UNPKG

autokerning

Version:

autokerning computes suggested kerning values for glyph pairs from TrueType/OpenType fonts by rendering glyph bitmaps, applying a small Gaussian blur, and measuring pixel overlap across horizontal offsets. It can be used programmatically (as an imported E

6 lines 291 B
import { generateKerningTable } from "./generateKerningTable.js"; export { kernPair } from "./kernPair.js"; export { renderGlyph } from "./glyph.js"; export { generateKerningTable }; export type { GenerateKerningOptions } from "./generateKerningTable.js"; //# sourceMappingURL=index.d.ts.map