Lines Matching refs:ImFont
99 struct ImFont; // Runtime data for a single font within a parent ImFontAtlas
299 …IMGUI_API void PushFont(ImFont* font); // use NUL…
308 …IMGUI_API ImFont* GetFont(); // get cur…
1304 …ImFont* FontDefault; // = NULL // Font to use on NewFrame(). Use …
1841 …IMGUI_API void AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const c…
1933 ImFont* DstFont;
1989 IMGUI_API ImFont* AddFont(const ImFontConfig* font_cfg);
1990 IMGUI_API ImFont* AddFontDefault(const ImFontConfig* font_cfg = NULL);
1991 …IMGUI_API ImFont* AddFontFromFileTTF(const char* filename, float size_pixels, const ImFo…
1992 …IMGUI_API ImFont* AddFontFromMemoryTTF(void* font_data, int font_size, float size_pixels…
1993 …IMGUI_API ImFont* AddFontFromMemoryCompressedTTF(const void* compressed_font_data, int c…
1994 …IMGUI_API ImFont* AddFontFromMemoryCompressedBase85TTF(const char* compressed_font_data_…
2039 …ImFont* Font; // Input // For custom font glyphs only (ID<0x10000): target fo…
2045 …IMGUI_API int AddCustomRectFontGlyph(ImFont* font, ImWchar id, int width, int height, float …
2070 …ImVector<ImFont*> Fonts; // Hold all the fonts returned by AddFont*. Fonts[…
2082 struct ImFont struct
2106 IMGUI_API ImFont(); argument
2107 IMGUI_API ~ImFont();