Searched defs:ImFontConfig (Results 1 – 6 of 6) 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
1903 struct ImFontConfig struct1905 void* FontData; // // TTF/OTF data1906 int FontDataSize; // // TTF/OTF data size1907 … true // TTF/OTF data ownership taken by the container ImFontAtlas (will delete memory itself).1908 int FontNo; // 0 // Index of font within TTF/OTF file1909 … // // Size in pixels for rasterizer (more or less maps to the resulting font height).1910 …terize at higher quality for sub-pixel positioning. We don't use sub-pixel positions on the Y axis.1926 IMGUI_API ImFontConfig(); argument
1348 ImFontConfig::ImFontConfig() in ImFontConfig() function in ImFontConfig
2540 struct ImFontConfig struct2542 void* FontData; // // TTF/OTF data2543 int FontDataSize; // // TTF/OTF data size2544 … true // TTF/OTF data ownership taken by the container ImFontAtlas (will delete memory itself).2545 int FontNo; // 0 // Index of font within TTF/OTF file2546 … // // Size in pixels for rasterizer (more or less maps to the resulting font height).2547 …l positioning. Note the difference between 2 and 3 is minimal so you can reduce this to 2 to save …2548 …sub-pixel positioning. This is not really useful as we don't use sub-pixel positions on the Y axis.2564 IMGUI_API ImFontConfig(); argument
1905 ImFontConfig::ImFontConfig() in ImFontConfig() function in ImFontConfig