UNPKG

@lightningtv/renderer

Version:
11 lines (10 loc) 391 B
import type { FontShaper, FontShaperProps } from '../../../font-face-types/SdfTrFontFace/internal/FontShaper.js'; /** * Measures a single-line of text width ignoring any unmapped glyphs including line breaks * * @param text * @param shaperProps * @param shaper * @returns */ export declare function measureText(text: string, shaperProps: FontShaperProps, shaper: FontShaper): number;