mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-04-15 15:20:49 +01: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){
|
function handleFontChange(fontSource, pixelSize, lineSpacing, screenScaling, fontWidth){
|
||||||
fontLoader.source = fontSource;
|
fontLoader.source = fontSource;
|
||||||
|
|
||||||
|
kterminal.antialiasText = appSettings.rasterization === appSettings.no_rasterization
|
||||||
font.pixelSize = pixelSize;
|
font.pixelSize = pixelSize;
|
||||||
font.family = fontLoader.name;
|
font.family = fontLoader.name;
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 71f2f3f9f0db5ad42e7b39596e968be110e70267
|
Subproject commit b03e96edb5d984040b1816edee8f1f51eadbaff9
|
Loading…
x
Reference in New Issue
Block a user