We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85931b commit 40d0cf3Copy full SHA for 40d0cf3
imgui.h
@@ -3499,6 +3499,7 @@ struct ImFontConfig
3499
ImFont* DstFont; // Target font (as we merging fonts, multiple ImFontConfig may target the same font)
3500
const ImFontLoader* FontLoader; // Custom font backend for this source (default source is the one stored in ImFontAtlas)
3501
void* FontLoaderData; // Font loader opaque storage (per font config)
3502
+ void* UserData;
3503
3504
IMGUI_API ImFontConfig();
3505
};
0 commit comments