Vixen
02b45cc4
csharp
public readonly record struct FontSpan

One 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 Font

    The face.

  • public int Start

    Where the stretch begins, as a UTF-16 index into the whole string.

  • public int Length

    How 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