Show / Hide Table of Contents

Class ImGui2.FontGlyph

Inheritance
object
ImGui2.FontGlyph
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Hexa.NET.ImGui
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
Type Name Description
ImGuiRenderer renderer
string id
IFont font
Vector4 foreground
Vector4 background
int glyph

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

Declaration
public static bool DrawWithPopup(ImGuiRenderer renderer, string id, string popupId, IFont font, Vector4 foreground, Vector4 background, ref int selectedGlyph, bool showNumber)
Parameters
Type Name Description
ImGuiRenderer renderer
string id
string popupId
IFont font
Vector4 foreground
Vector4 background
int selectedGlyph
bool showNumber
Returns
Type Description
bool
In this article

Back to top

Back to top Generated by DocFX