sesaparcours
    Preparing search index...
    • Measure a font's metrics. The height and baseline values.

      Parameters

      • text: string

        Text to measure the font dimensions of.

      • fontSize: string

        The font size to use.

      • fontWeight: string

        The font weight to use.

      • fontFamily: string

        The font family to use.

      Returns { baseline: number; height: number }

      Font measurements.