Home
last modified time | relevance | path

Searched defs:ImFontConfig (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.h1912 struct ImFontConfig struct
1914 void* FontData; // // TTF/OTF data
1915 int FontDataSize; // // TTF/OTF data size
1916 … true // TTF/OTF data ownership taken by the container ImFontAtlas (will delete memory itself).
1917 int FontNo; // 0 // Index of font within TTF/OTF file
1918 … // // Size in pixels for rasterizer (more or less maps to the resulting font height).
1919 …ub-pixel positioning. Read https://github.com/nothings/stb/blob/master/tests/oversample/README.md …
1935 IMGUI_API ImFontConfig(); argument
H A Dimgui_draw.cpp1357 ImFontConfig::ImFontConfig() in ImFontConfig() function in ImFontConfig