UNPKG

html2canvas-pro

Version:

Screenshots with JavaScript. Next generation!

12 lines (11 loc) 300 B
export interface FontMetric { baseline: number; middle: number; } export declare class FontMetrics { private readonly _data; private readonly _document; constructor(document: Document); private parseMetrics; getMetrics(fontFamily: string, fontSize: string): FontMetric; }