Skip to content

Interface FontMetricsParams

Source: fontMetrics.tsx

Properties

containerRef

containerRef: RefObject<HTMLDivElement | null>

A reactive reference to the container element.


testString?

optional testString?: string

The string to use for character measurements.

Default

tsx
"M".repeat(100)

Built by Prozilla