rprata / sgfx

SGFX is a lightweight embedded library for displays and touchscreens providing everything required to build a fully featured embedded GUI.
MIT License
24 stars 8 forks source link

Create native font implementation #10

Closed rprata closed 7 years ago

rprata commented 7 years ago

use sprites: https://www.scirra.com/forum/sprite-font-generator-v2_t86546 http://www.isogenicengine.com/tools/fontSheetGenerator/

rprata commented 7 years ago

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

rprata commented 7 years ago

First part (support ASCII chars) was committed on e4ee73890208d39b9bb10533b62b48775d25938f

rprata commented 7 years ago

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