/** * One face's metrics: `name code width` triples, where the name is the * glyph's own, the code is the one Adobe's built-in encoding gives it, and * the width is its advance in 1000ths of an em. */ export declare const STANDARD_METRICS: Readonly>; /** Every Courier is 600 wide, every glyph — it is a typewriter face. */ export declare const COURIER_WIDTH = 600;