Namespace InitialPrefabs.NimGui.Text
Classes
FontFaceExtensions
ImStringExtensions
SerializedFontData
A project wide asset which stores the FontFace and potential glyphs that the font can render.
TextUtils
Structs
GlyphComparer
Convenience struct to easily compare two glyphs' relative order.
HeightInfo
ImFontFace
Stores description of how the font is laid out.
ImGlyph
A glyph stores metrics of each character in the font. This describes how each character is laid out and how much space exists between each character.
ImString
Unsafe representation of a string.
ImWords
Create a persistent buffer which stores all characters requested. This is a bump allocator and the data must be reset each frame.