- Fixed: FSinglePicFont should set the character size by the scaled size of the texture.
SVN r2189 (trunk)
This commit is contained in:
parent
758327f4b3
commit
fad9f251ec
2 changed files with 4 additions and 4 deletions
|
|
@ -1352,8 +1352,8 @@ FSinglePicFont::FSinglePicFont(const char *picname)
|
|||
FTexture *pic = TexMan[picnum];
|
||||
|
||||
Name = copystring(picname);
|
||||
FontHeight = pic->GetHeight();
|
||||
SpaceWidth = pic->GetWidth();
|
||||
FontHeight = pic->GetScaledHeight();
|
||||
SpaceWidth = pic->GetScaledWidth();
|
||||
GlobalKerning = 0;
|
||||
FirstChar = LastChar = 'A';
|
||||
ActiveColors = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue