1
0
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:
Filippo Scognamiglio
2026-01-08 23:23:27 +01:00
parent f02c93c8c8
commit f518345430

View File

@@ -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