| 367 | #endif |
| 368 | |
| 369 | struct ImFontBuildSrcGlyphFT |
| 370 | { |
| 371 | GlyphInfo Info; |
| 372 | uint32_t Codepoint; |
| 373 | unsigned int* BitmapData; // Point within one of the dst_tmp_bitmap_buffers[] array |
| 374 | |
| 375 | ImFontBuildSrcGlyphFT() { memset((void*)this, 0, sizeof(*this)); } |
| 376 | }; |
| 377 | |
| 378 | struct ImFontBuildSrcDataFT |
| 379 | { |
nothing calls this directly
no outgoing calls
no test coverage detected