Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
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
Dimgui_draw.cpp1357 ImFontConfig::ImFontConfig() in ImFontConfig() function in ImFontConfig
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1903 struct ImFontConfig struct
1905 void* FontData; // // TTF/OTF data
1906 int FontDataSize; // // TTF/OTF data size
1907 … true // TTF/OTF data ownership taken by the container ImFontAtlas (will delete memory itself).
1908 int FontNo; // 0 // Index of font within TTF/OTF file
1909 … // // 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
Dimgui_draw.cpp1348 ImFontConfig::ImFontConfig() in ImFontConfig() function in ImFontConfig
/third_party/skia/third_party/externals/imgui/
Dimgui.h2540 struct ImFontConfig struct
2542 void* FontData; // // TTF/OTF data
2543 int FontDataSize; // // TTF/OTF data size
2544 … true // TTF/OTF data ownership taken by the container ImFontAtlas (will delete memory itself).
2545 int FontNo; // 0 // Index of font within TTF/OTF file
2546 … // // 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
Dimgui_draw.cpp1905 ImFontConfig::ImFontConfig() in ImFontConfig() function in ImFontConfig