parent
e8382247f1
commit
24fabdf8c4
2 changed files with 8 additions and 1 deletions
|
|
@ -6607,6 +6607,11 @@ void FurnaceGUI::applyUISettings(bool updateFonts) {
|
|||
//fontConf.RasterizerMultiply=1.5;
|
||||
//fontConfP.RasterizerMultiply=1.5;
|
||||
|
||||
fontConf.PixelSnapH=0;
|
||||
fontConfP.PixelSnapH=0;
|
||||
fontConfB.PixelSnapH=0;
|
||||
fontConfH.PixelSnapH=0;
|
||||
|
||||
if (settings.mainFont<0 || settings.mainFont>6) settings.mainFont=0;
|
||||
if (settings.headFont<0 || settings.headFont>6) settings.headFont=0;
|
||||
if (settings.patFont<0 || settings.patFont>6) settings.patFont=0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue