diff options
Diffstat (limited to 'ffont.h')
-rw-r--r-- | ffont.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ public: class ciMonFont : public cFont { private: int height; - int bottom; + unsigned int bottom; int width; FT_Library library; ///< Handle to library FT_Face face; ///< Handle to face object |