FontStruct / fonthx

Font File Generation in Haxe
MIT License
79 stars 3 forks source link

Provide some form of cacheing support for font generation #7

Open robmeek opened 3 years ago

robmeek commented 3 years ago

e.g. for accelerating real-time/in-app font (re)generation. – Don’t unnecessarily regenerate entire font files, when parts have not changed – esp. SimpleGlyphDescription objects. Cache such objects (in memory) and only regenerate them if changed.

robmeek commented 3 years ago

Maybe add a “dirty” flag to IContourGlyph