Compare commits

..

1 Commits

Author SHA1 Message Date
Cory McWilliams
0781f92135 Make struct ImFontConfig match imgui's.
Fixes problems using custom fonts.
2018-01-02 22:07:50 +01:00

View File

@@ -516,6 +516,8 @@ struct ImFontConfig
struct ImVec2 GlyphOffset;
CONST ImWchar *GlyphRanges;
bool MergeMode;
unsigned int RasterizerFlags;
float RasterizerMultiply;
char Name[32];
struct ImFont *DstFont;
};