AmigaPorts / ACE

Amiga C Engine
Mozilla Public License 2.0
154 stars 25 forks source link

Optimize font-drawing #206

Open tehKaiN opened 10 months ago

tehKaiN commented 10 months 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.