mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-15 17:11:24 +00:00
- More fake generic font support.
This commit is contained in:
parent
f6234d08fa
commit
61bd1d614a
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue