UNPKG

textmode.js

Version:

Apply real-time ASCII conversion to any HTML canvas.

7 lines (6 loc) 552 B
export { TextmodeFont } from './TextmodeFont.ts'; export type { TextmodeCharacter, GlyphDimensions, TyprFont, CmapTable, CmapTableFormat4, CmapTableFormat12, HeadTable, HheaTable, HmtxTable, MaxpTable, CmapData, GlyphData, LocaTable } from './types.ts'; export { CharacterExtraction } from './CharacterExtractor.ts'; export { TextureAtlasCreation } from './TextureAtlas.ts'; export { FontMetricsCalculator as MetricsCalculation } from './MetricsCalculator.ts'; export { CharacterColorMapper as CharacterColorMapping } from './CharacterColorMapper.ts';