UNPKG

fontjs

Version:

FontJS (Font.js) is a packages for TrueType font parsing and manipulation

21 lines (20 loc) 477 B
export * from "./CFF"; export * from "./CFF2"; export * from "./CMAP"; export * from "./GDEF"; export * from "./GLYF"; export * from "./KERN"; export * from "./CVT"; export * from "./DSIG"; export * from "./FPGM"; export * from "./GASP"; export * from "./HDMX"; export * from "./HEAD"; export * from "./HHEA"; export * from "./HMTX"; export * from "./LOCA"; export * from "./MAXP"; export * from "./NAME"; export * from "./OS2"; export * from "./POST"; export * from "./PREP";