Open LaineZ opened 5 years ago
or add these functions: IMGUI_API ImFont* AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL); IMGUI_API void PushFont(ImFont* font); IMGUI_API void PopFont();
IMGUI_API ImFont* AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL);
IMGUI_API void PushFont(ImFont* font);
IMGUI_API void PopFont();
or add these functions:
IMGUI_API ImFont* AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL);
IMGUI_API void PushFont(ImFont* font);
IMGUI_API void PopFont();