UNPKG

@mlightcad/shx-parser

Version:

A TypeScript library for parsing AutoCAD SHX font files

9 lines (8 loc) 236 B
export * from './font'; export * from './fontData'; export * from './advanceWidthStrategy'; export * from './textLayout'; export * from './contentParser'; export * from './point'; export * from './shape'; export * from './shapeParser';