Change: Rename some freetype things to fontcache.
The font cache supports more than just FreeType as a font provider, but still used freetype in some naming. This now uses more suitable terms.
This commit is contained in:
@@ -52,7 +52,7 @@ struct TextfileWindow : public Window, MissingGlyphSearcher {
|
||||
FontSize DefaultSize() override;
|
||||
const char *NextString() override;
|
||||
bool Monospace() override;
|
||||
void SetFontNames(FreeTypeSettings *settings, const char *font_name, const void *os_data) override;
|
||||
void SetFontNames(FontCacheSettings *settings, const char *font_name, const void *os_data) override;
|
||||
|
||||
virtual void LoadTextfile(const char *textfile, Subdirectory dir);
|
||||
|
||||
|
Reference in New Issue
Block a user