| 8 | // Forward declarations |
| 9 | struct ImFontAtlas; |
| 10 | struct ImFontBuilderIO; |
| 11 | |
| 12 | // Hinting greatly impacts visuals (and glyph sizes). |
| 13 | // - By default, hinting is enabled and the font's native hinter is preferred over the auto-hinter. |
nothing calls this directly
no outgoing calls
no test coverage detected