Skip to content

Truetype to modified adafruit GFXFont with compression and 4 bits per pixel support

Notifications You must be signed in to change notification settings

mean00/flatconvert

 
 

Repository files navigation

flatconvert : Tweakable embedded font conversion This is a fork of https://github.com/charles-haynes/fontconvert, which is itself a fork of adafruit font convert

The code has been cleaned up and supports 1/2/4 bit per pixel fonts + heatshrink compression.

flatconvert -f fontfile -s size -o outputfile [-b firstChar] [-e lastChar] [-m bitmapfile] [-p bitperpixel (1 or 4)] [-c compressed] [-k "abcde"]

The -k allows you to pick only the glyphs you really need. That helps a lot size-wise when dealing with large fonts.

to build:

mkdir build cmake .. make

About

Truetype to modified adafruit GFXFont with compression and 4 bits per pixel support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.9%
  • C 4.6%
  • CMake 3.5%