Vixen
02b45cc4
csharp
public readonly record struct FontVariant

One face of a family, and what it claims to be.

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 Weight

    Its weight on CSS's 1–1000 scale, where 400 is regular and 700 is bold.

  • public FontStyle Style

    Which way it slants.

Methods (1)

  • public FontVariant(FontFace Font, int Weight, FontStyle Style)

    One face of a family, and what it claims to be.

Used by (1)

  • FontRegistryVixen.Ui