Class ImGuiSC.FontGlyph
Inheritance
ImGuiSC.FontGlyph
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public static class ImGuiSC.FontGlyph
Methods
Draw(ImGuiRenderer, string, IFont, ColoredGlyph)
Declaration
public static void Draw(ImGuiRenderer renderer, string id, IFont font, ColoredGlyph glyph)
Parameters
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