Struct GlyphComparer
Convenience struct to easily compare two glyphs' relative order.
Implements
System.Collections.Generic.IComparer<ImGlyph>
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: InitialPrefabs.NimGui.Text
Assembly: InitialPrefabs.ImGui.dll
Syntax
public struct GlyphComparer : IComparer<ImGlyph>
Methods
Compare(ImGlyph, ImGlyph)
Declaration
public int Compare(ImGlyph x, ImGlyph y)
Parameters
| Type | Name | Description |
|---|---|---|
| ImGlyph | x | |
| ImGlyph | y |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Implements
System.Collections.Generic.IComparer<T>