mirror of
https://github.com/cimgui/cimgui.git
synced 2025-10-09 03:11:40 +01:00
Make struct ImFontConfig match imgui's.
Fixes problems using custom fonts.
This commit is contained in:

committed by
Stephan Dilly

parent
3f0014b569
commit
0781f92135
@@ -516,6 +516,8 @@ struct ImFontConfig
|
|||||||
struct ImVec2 GlyphOffset;
|
struct ImVec2 GlyphOffset;
|
||||||
CONST ImWchar *GlyphRanges;
|
CONST ImWchar *GlyphRanges;
|
||||||
bool MergeMode;
|
bool MergeMode;
|
||||||
|
unsigned int RasterizerFlags;
|
||||||
|
float RasterizerMultiply;
|
||||||
char Name[32];
|
char Name[32];
|
||||||
struct ImFont *DstFont;
|
struct ImFont *DstFont;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user