Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 369 Bytes

mcufont

A font rendering library for microcontrollers.

Features:

  • Powerful compression algorithm.
  • Small compiled code size (~3 kB).
  • Fast decompression.
  • Small RAM usage.
  • Antialiased font support.
  • Optional kerning support.
  • Optional UTF-8/UTF-16 support.
  • Text alignment, word-wrap and justification algorithms.
  • Encoder can import .ttf and .bdf fonts.