UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

10 lines (9 loc) 221 B
import { LabelFont } from './label'; export declare class TextMeasurer { private font; constructor(font: LabelFont); measure(text: string): { width: number; approximateHeight: number; }; }