mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 12:15:27 +00:00
Fix: disable antialiasing when rasterization is enabled.
This commit is contained in:
parent
6c1c17445a
commit
dc8061a0a4
@ -114,6 +114,8 @@ Item{
|
||||
|
||||
function handleFontChange(fontSource, pixelSize, lineSpacing, screenScaling, fontWidth){
|
||||
fontLoader.source = fontSource;
|
||||
|
||||
kterminal.antialiasText = appSettings.rasterization === appSettings.no_rasterization
|
||||
font.pixelSize = pixelSize;
|
||||
font.family = fontLoader.name;
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 71f2f3f9f0db5ad42e7b39596e968be110e70267
|
||||
Subproject commit b03e96edb5d984040b1816edee8f1f51eadbaff9
|
Loading…
x
Reference in New Issue
Block a user