UNPKG

@pdfme/pdf-lib

Version:

Create and modify PDF files with JavaScript

4 lines (3 loc) 191 B
import { Glyph } from '../../types/fontkit'; /** `glyphs` should be an array of unique glyphs */ export declare const createCmap: (glyphs: Glyph[], glyphId: (g?: Glyph) => number) => string;