- font side support for 'OffsetsNotForFont' flag.

This commit is contained in:
Christoph Oelckers 2020-09-27 11:40:03 +02:00
commit 6dd6df96e1
3 changed files with 9 additions and 9 deletions

View file

@ -46,7 +46,7 @@ public:
// FFont interface
FGameTexture *GetChar(int code, int translation, int *const width, bool *redirected = nullptr) const override;
int GetCharWidth (int code) const;
int GetCharWidth (int code) const override;
protected:
FTextureID PicNum;