| 121 | } |
| 122 | |
| 123 | void SpriteFontCache::ClearFontCache() |
| 124 | { |
| 125 | Layouter::ResetFontCache(this->fs); |
| 126 | this->height = ScaleGUITrad(FontCache::GetDefaultFontHeight(this->fs)); |
| 127 | this->ascender = (this->height - ScaleFontTrad(FontCache::GetDefaultFontHeight(this->fs))) / 2; |
| 128 | } |
| 129 | |
| 130 | const Sprite *SpriteFontCache::GetGlyph(GlyphID key) |
| 131 | { |
nothing calls this directly
no test coverage detected