mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2026-02-08 00:32:27 +00:00
Fix system fonts not working on macos.
This commit is contained in:
@@ -54,6 +54,8 @@ QtObject {
|
|||||||
|
|
||||||
property bool isSystemFont: fontlist.get(selectedFontIndex).isSystemFont
|
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.
|
// There are two kind of fonts: low resolution and high resolution.
|
||||||
// Low resolution font sets the lowResolutionFont property to true.
|
// Low resolution font sets the lowResolutionFont property to true.
|
||||||
// They are rendered at a fixed pixel size and the texture is upscaled
|
// They are rendered at a fixed pixel size and the texture is upscaled
|
||||||
|
|||||||
Reference in New Issue
Block a user