mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Added ini / conf file format syntax definition.
This commit is contained in:
@@ -74,8 +74,7 @@ class EE_API FontSprite : public Font {
|
||||
std::string mFilePath;
|
||||
Uint32 mFontSize;
|
||||
|
||||
Glyph loadGlyph( Uint32 codePoint, unsigned int characterSize, bool bold,
|
||||
Float outlineThickness ) const;
|
||||
Glyph loadGlyph( Uint32 codePoint, unsigned int characterSize ) const;
|
||||
};
|
||||
|
||||
}} // namespace EE::Graphics
|
||||
|
||||
Reference in New Issue
Block a user