UNPKG

@pdf-lib/standard-fonts

Version:

Metrics for the Standard 14 PDF fonts and their encodings

4 lines (3 loc) 235 B
export declare const decodeFromBase64: (base64: string) => Uint8Array; export declare const decompressJson: (compressedJson: string) => string; export declare const padStart: (value: string, length: number, padChar: string) => string;