| 5176 | } |
| 5177 | |
| 5178 | void ImFontBaked::ClearOutputData() |
| 5179 | { |
| 5180 | FallbackAdvanceX = 0.0f; |
| 5181 | Glyphs.clear(); |
| 5182 | IndexAdvanceX.clear(); |
| 5183 | IndexLookup.clear(); |
| 5184 | FallbackGlyphIndex = -1; |
| 5185 | Ascent = Descent = 0.0f; |
| 5186 | MetricsTotalSurface = 0; |
| 5187 | } |
| 5188 | |
| 5189 | ImFont::ImFont() |
| 5190 | { |
no test coverage detected