rprata/sgfx

Create native font implementation

rprata opened this issue · 3 comments

Implementation is based on https://github.com/dhepper/font8x8

First part (support ASCII chars) was committed on e4ee738

This implementation is based in ANSI C standard. In the future, I will implement support for UTF-8 (uses ICU library for it).
Basic feature implemented in e4ee738 commit