- More fake generic font support.

This commit is contained in:
drfrag 2019-08-08 00:37:08 +02:00
parent f6234d08fa
commit 61bd1d614a

View file

@ -93,7 +93,8 @@ class ConversationMenu : Menu
int fontScale;
int refwidth;
int refheight;
double fontfactor;
int SpeechWidth;
int ReplyWidth;
@ -122,6 +123,7 @@ class ConversationMenu : Menu
displayWidth = CleanWidth;
displayHeight = CleanHeight;
fontScale = CleanXfac;
fontFactor = 1;
refwidth = 320;
refheight = 200;
ReplyWidth = 320-50-10;