csharp
public readonly record struct FontSpanOne stretch of a string that one face draws.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public FontFace FontThe face.
public int StartWhere the stretch begins, as a UTF-16 index into the whole string.
public int LengthHow many UTF-16 units it covers.
Methods (1)
public FontSpan(FontFace Font, int Start, int Length)One stretch of a string that one face draws.
Used by (2)
- FontRegistryVixen.Ui
- UiElementVixen.Ui