mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 09:09:09 +00:00
Codechange: Alphabetize function declarations in fontcache.h
This commit is contained in:
@@ -228,11 +228,10 @@ inline FontCacheSubSetting *GetFontCacheSubSetting(FontSize fs)
|
||||
}
|
||||
}
|
||||
|
||||
uint GetFontCacheFontSize(FontSize fs);
|
||||
std::string GetFontCacheFontName(FontSize fs);
|
||||
|
||||
void DebugPrintFontSettings(const std::string &desc);
|
||||
bool GetFontAAState();
|
||||
std::string GetFontCacheFontName(FontSize fs);
|
||||
uint GetFontCacheFontSize(FontSize fs);
|
||||
void InitFontCache();
|
||||
bool IsDefaultFont(const FontCacheSubSetting &setting);
|
||||
void ResizeFont(FontSize font_size, uint size);
|
||||
|
Reference in New Issue
Block a user