Vixen
02b45cc4
csharp
public readonly record struct FontSizeToken

A font size and the line height that goes with it.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public float Size

    The font size in pixels.

  • public float LineHeight

    The line height in pixels.

Methods (1)

  • public FontSizeToken(float Size, float LineHeight)

    A font size and the line height that goes with it.

Used by (3)

  • ThemeAndScannerTestsVixen.Ui.Styling.Utilities.Tests
  • ThemeTokensVixen.Ui.Styling.Utilities
  • UtilityFamiliesVixen.Ui.Styling.Utilities