diff --git a/cimgui/cimgui.h b/cimgui/cimgui.h index 15e482b..54d4a30 100644 --- a/cimgui/cimgui.h +++ b/cimgui/cimgui.h @@ -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; };