ImGuiSC.FontGlyph Class
Definition
Section titled “Definition”public static class ImGuiSC.FontGlyphInheritance object
Methods
Section titled “Methods”DrawWithPopup(ImGuiRenderer, string, string, IFont, Vector4, Vector4, ref int, bool)
Section titled “DrawWithPopup(ImGuiRenderer, string, string, IFont, Vector4, Vector4, ref int, bool)”public static bool DrawWithPopup(ImGuiRenderer renderer, string id, string popupId, IFont font, Vector4 foreground, Vector4 background, ref int selectedGlyph, bool showNumber)Parameters
Section titled “Parameters”renderer ImGuiRenderer
id string
popupId string
font IFont
foreground Vector4
background Vector4
selectedGlyph int
showNumber bool
Returns
Section titled “Returns”Draw(ImGuiRenderer, string, IFont, ColoredGlyph)
Section titled “Draw(ImGuiRenderer, string, IFont, ColoredGlyph)”public static void Draw(ImGuiRenderer renderer, string id, IFont font, ColoredGlyph glyph)Parameters
Section titled “Parameters”renderer ImGuiRenderer
id string
font IFont
glyph ColoredGlyph
Draw(ImGuiRenderer, string, IFont, Vector4, Vector4, int)
Section titled “Draw(ImGuiRenderer, string, IFont, Vector4, Vector4, int)”public static void Draw(ImGuiRenderer renderer, string id, IFont font, Vector4 foreground, Vector4 background, int glyph)Parameters
Section titled “Parameters”renderer ImGuiRenderer
id string
font IFont
foreground Vector4
background Vector4
glyph int