OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Fonts
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.h
100
struct ImFontAtlas; // Runtime data for multiple
fonts
, bake multiple
fonts
into a single texture, TTF/OTF font loader
101
struct ImFontConfig; // Configuration data when adding a font or merging
fonts
221
IMGUI_API void ShowFontSelector(const char* label); // add font selector block (not a window), essentially a combo listing the loaded
fonts
.
1301
ImFontAtlas*
Fonts
; // <auto> // Load, rasterize and pack one or more
fonts
into a single texture.
1302
float FontGlobalScale; // = 1.0f // Global scale all
fonts
1304
ImFont* FontDefault; // = NULL // Font to use on NewFrame(). Use NULL to uses
Fonts
->
Fonts
[0].
1735
ImTextureID TextureId; // User-provided texture ID. Set by user in ImfontAtlas::SetTexID() for
fonts
or passed to Image*() functions. Ignore if never using images or multiple fonts atlas
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.h
100
struct ImFontAtlas; // Runtime data for multiple
fonts
, bake multiple
fonts
into a single texture, TTF/OTF font loader
101
struct ImFontConfig; // Configuration data when adding a font or merging
fonts
221
IMGUI_API void ShowFontSelector(const char* label); // add font selector block (not a window), essentially a combo listing the loaded
fonts
.
1301
ImFontAtlas*
Fonts
; // <auto> // Load, rasterize and pack one or more
fonts
into a single texture.
1302
float FontGlobalScale; // = 1.0f // Global scale all
fonts
1304
ImFont* FontDefault; // = NULL // Font to use on NewFrame(). Use NULL to uses
Fonts
->
Fonts
[0].
1735
ImTextureID TextureId; // User-provided texture ID. Set by user in ImfontAtlas::SetTexID() for
fonts
or passed to Image*() functions. Ignore if never using images or multiple fonts atlas
[
all
...]
Completed in 11 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026