Cleanup: Remove unneeded parameters.
This commit is contained in:
@@ -23,7 +23,7 @@ private:
|
||||
SIZE glyph_size; ///< Maximum size of regular glyphs.
|
||||
std::string fontname; ///< Cached copy of loaded font facename
|
||||
|
||||
void SetFontSize(FontSize fs, int pixels);
|
||||
void SetFontSize(int pixels);
|
||||
|
||||
protected:
|
||||
const void *InternalGetFontTable(uint32_t tag, size_t &length) override;
|
||||
|
||||
Reference in New Issue
Block a user