| 5058 | } |
| 5059 | |
| 5060 | void ImFontBaked::ClearOutputData() |
| 5061 | { |
| 5062 | FallbackAdvanceX = 0.0f; |
| 5063 | Glyphs.clear(); |
| 5064 | IndexAdvanceX.clear(); |
| 5065 | IndexLookup.clear(); |
| 5066 | FallbackGlyphIndex = -1; |
| 5067 | Ascent = Descent = 0.0f; |
| 5068 | MetricsTotalSurface = 0; |
| 5069 | } |
| 5070 | |
| 5071 | ImFont::ImFont() |
| 5072 | { |
no test coverage detected