Added ini / conf file format syntax definition.

This commit is contained in:
Martín Lucas Golini
2020-05-31 05:21:24 -03:00
parent 4b2f431630
commit 98b879422b
4 changed files with 24 additions and 13 deletions

View File

@@ -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