import { Buffer } from "buffer/index.js"; import type { Font } from "fontkit"; /** * Creates a font from the provided source * * @param source the source of the font (either a buffer or a base64 encoded string) * @returns the created font */ export declare function createFont(source: string | Buffer): Font; //# sourceMappingURL=createFont.d.ts.map