Class ImGui2.FontGlyph
Inheritance
ImGui2.FontGlyph
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public static class ImGui2.FontGlyph
Methods
Draw(ImGuiRenderer, string, IFont, Vector4, Vector4, int)
Declaration
public static void Draw(ImGuiRenderer renderer, string id, IFont font, Vector4 foreground, Vector4 background, int glyph)
Parameters
Declaration
public static bool DrawWithPopup(ImGuiRenderer renderer, string id, string popupId, IFont font, Vector4 foreground, Vector4 background, ref int selectedGlyph, bool showNumber)
Parameters
Returns