Skip to content

ImGuiSC.FontGlyph Class

C#
public static class ImGuiSC.FontGlyph

Inheritance object

DrawWithPopup(ImGuiRenderer, string, string, IFont, Vector4, Vector4, ref int, bool)

Section titled “DrawWithPopup(ImGuiRenderer, string, string, IFont, Vector4, Vector4, ref int, bool)”
C#
public static bool DrawWithPopup(ImGuiRenderer renderer, string id, string popupId, IFont font, Vector4 foreground, Vector4 background, ref int selectedGlyph, bool showNumber)

renderer ImGuiRenderer

id string

popupId string

font IFont

foreground Vector4

background Vector4

selectedGlyph int

showNumber bool

bool

Draw(ImGuiRenderer, string, IFont, ColoredGlyph)

Section titled “Draw(ImGuiRenderer, string, IFont, ColoredGlyph)”
C#
public static void Draw(ImGuiRenderer renderer, string id, IFont font, ColoredGlyph glyph)

renderer ImGuiRenderer

id string

font IFont

glyph ColoredGlyph

Draw(ImGuiRenderer, string, IFont, Vector4, Vector4, int)

Section titled “Draw(ImGuiRenderer, string, IFont, Vector4, Vector4, int)”
C#
public static void Draw(ImGuiRenderer renderer, string id, IFont font, Vector4 foreground, Vector4 background, int glyph)

renderer ImGuiRenderer

id string

font IFont

foreground Vector4

background Vector4

glyph int