mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
Merge branch 'fix_intermission_font' of https://github.com/alexey-lysiuk/gzdoom
This commit is contained in:
commit
990323fb26
1 changed files with 2 additions and 0 deletions
|
@ -329,6 +329,7 @@ void DIntermissionScreenText::Drawer ()
|
|||
int c;
|
||||
const FRemapTable *range;
|
||||
const char *ch = mText;
|
||||
const int kerning = SmallFont->GetDefaultKerning();
|
||||
|
||||
// Count number of rows in this text. Since it does not word-wrap, we just count
|
||||
// line feed characters.
|
||||
|
@ -380,6 +381,7 @@ void DIntermissionScreenText::Drawer ()
|
|||
}
|
||||
|
||||
pic = SmallFont->GetChar (c, &w);
|
||||
w += kerning;
|
||||
w *= CleanXfac;
|
||||
if (cx + w > SCREENWIDTH)
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue