fontjs
Version:
FontJS (Font.js) is a packages for TrueType font parsing and manipulation
13 lines (12 loc) • 780 B
TypeScript
import { checkFlag, appendF2Dot14, getF2Dot14, getLongDateTime, appendLongDateTime, stringToCodePoints, stringToUnicode, stringToUnicodeHex, unicodePointsToCodePoints, unicodeToString, unicodeHexToString, appendFixed } from "./common";
export { checkFlag, appendF2Dot14, getF2Dot14, getLongDateTime, appendLongDateTime, stringToCodePoints, stringToUnicode, stringToUnicodeHex, unicodePointsToCodePoints, unicodeToString, unicodeHexToString, appendFixed };
import { Matrix } from "./Matrix";
export { Matrix };
import { BaseClass } from "./BaseClass";
export { BaseClass };
import * as Tables from "./tables";
export { Tables };
import { ScalerTypes, Font } from "./Font";
export { ScalerTypes, Font };
import { FontCollection } from "./FontCollection";
export { FontCollection };