Searched defs:ImFontConfig (Results 1 – 2 of 2) sorted by relevance
1912 struct ImFontConfig struct1914 void* FontData; // // TTF/OTF data1915 int FontDataSize; // // TTF/OTF data size1916 … true // TTF/OTF data ownership taken by the container ImFontAtlas (will delete memory itself).1917 int FontNo; // 0 // Index of font within TTF/OTF file1918 … // // 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
1357 ImFontConfig::ImFontConfig() in ImFontConfig() function in ImFontConfig