Index: sources/gui/qml/globals/Fonts.qml =================================================================== diff -u -r642f08650a7a88ad6a2305fdea6bd18365aab5c7 -r442616b40449e509dbfc0d1eb8cbfec18ff4ed07 --- sources/gui/qml/globals/Fonts.qml (.../Fonts.qml) (revision 642f08650a7a88ad6a2305fdea6bd18365aab5c7) +++ sources/gui/qml/globals/Fonts.qml (.../Fonts.qml) (revision 442616b40449e509dbfc0d1eb8cbfec18ff4ed07) @@ -83,4 +83,10 @@ 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" + }