AmigaPorts / ACE

Amiga C Engine
Mozilla Public License 2.0
163 stars 26 forks source link

Optimize font-drawing #206

Open tehKaiN opened 1 year ago

tehKaiN commented 1 year ago

Font file could be smarter!

Each glyph could store its afwm/alwm/srcModulo register values, as well as precalculated offsets for source pointer.

This could improve speed of fontDrawStr1bb and thus text composing.