MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / ImFontBuildSrcGlyphFT

Class ImFontBuildSrcGlyphFT

KBotExt/imgui/imgui_freetype.cpp:369–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367#endif
368
369struct 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
378struct ImFontBuildSrcDataFT
379{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected