UNPKG

nehan

Version:

Html layout engine for paged-media written in Typescript

5 lines (4 loc) 150 B
import { LogicalSize, Font } from './public-api'; export declare class TextMeasure { static getWordSize(font: Font, word: string): LogicalSize; }