diff --git a/app/qml/Fonts.qml b/app/qml/Fonts.qml index 3ab52e0..15ef8c2 100644 --- a/app/qml/Fonts.qml +++ b/app/qml/Fonts.qml @@ -54,6 +54,8 @@ QtObject { property bool isSystemFont: fontlist.get(selectedFontIndex).isSystemFont + property string family: fontlist.get(selectedFontIndex).family + // There are two kind of fonts: low resolution and high resolution. // Low resolution font sets the lowResolutionFont property to true. // They are rendered at a fixed pixel size and the texture is upscaled