Index: sources/gui/qml/globals/Fonts.qml =================================================================== diff -u -rc6cfb5043fc9c29cc039e36915368bcd3a63baa6 -rfff4ebfd528e1ca2b4475e375130d0d4c90fe38a --- sources/gui/qml/globals/Fonts.qml (.../Fonts.qml) (revision c6cfb5043fc9c29cc039e36915368bcd3a63baa6) +++ sources/gui/qml/globals/Fonts.qml (.../Fonts.qml) (revision fff4ebfd528e1ca2b4475e375130d0d4c90fe38a) @@ -1,16 +1,16 @@ /*! - * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * + * Copyright (c) 2019-2023 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * - * \file Fonts.qml - * \author (last) Peter Lucia - * \date (last) 15-Oct-2020 - * \author (original) Behrouz NematiPour - * \date (original) 17-Oct-2019 - * + * + * \file Fonts.qml + * \author (last) Vy + * \date (last) 11-Mar-2023 + * \author (original) Behrouz NematiPour + * \date (original) 17-Oct-2019 + * */ // Qt @@ -28,6 +28,10 @@ readonly property int fontPixelSection : 36 readonly property int fontPixelDialogText : 22 + readonly property int fontPixelAlarmTitle : 32 + readonly property int fontPixelAlarmBarTitle : 30 + readonly property int fontPixelAlarmMessage : 28 + readonly property int fontPixelTouchAreaTitle : 16 readonly property int fontPixelTextRectTitle : 25 @@ -77,4 +81,12 @@ readonly property int fontPixelCreateTreatment : 30 readonly property int fontPixelCreateTreatmentTable : 24 + + readonly property int fontPixelCircleButtonLabel: 50 + + readonly property int fontPixelDebugTitle : 25 + readonly property int fontPixelDebugText : 28 + readonly property int fontPixelDebugLabel : 15 + readonly property string fontFamilyDebug : "Noto Sans CJK SC" + }