1
0
Fork 0

Codechange: Alphabetize function declarations in fontcache.h

pull/12690/head
Sadie del Solar 2024-07-01 17:09:13 -07:00
parent b9b2782d49
commit bb61886487
1 changed files with 2 additions and 3 deletions

View File

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