UNPKG

rtf-stream-parser

Version:

Stream Transform class to tokenize RTF, and another to de-encapsulate text or HTML

7 lines (6 loc) 282 B
declare type FontToUnicode = number[] | string; export declare const fontToUnicode: { [font: string]: FontToUnicode | undefined; }; export declare function recodeSymbolFontText(input: string, font: string, unmapped?: 'keep' | 'skip' | '?'): string | undefined; export {};