UNPKG

afm

Version:
9 lines (8 loc) 161 B
export interface CharMetrics { charCode: number; width: number; name: string; } export declare const fonts: { [index: string]: CharMetrics[]; };