From fb65ac6ee013220bdab6d48ff9b9493955bf7650 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 26 Jun 2020 14:22:10 +0100 Subject: system/bitmapfont2ttf: Added (convert BDF fonts to vector TTF) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- system/bitmapfont2ttf/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 system/bitmapfont2ttf/README (limited to 'system/bitmapfont2ttf/README') diff --git a/system/bitmapfont2ttf/README b/system/bitmapfont2ttf/README new file mode 100644 index 0000000000000..1c9b9a50e0efd --- /dev/null +++ b/system/bitmapfont2ttf/README @@ -0,0 +1,17 @@ +bitmapfont2ttf (convert bitmap BDF fonts to vector TTF) + +bitmapfont2ttf is a fontforge Python script which autotraces the glyphs +in a bitmap font and converts it to a vector (outline) TrueType font. +The resulting font retains its "pixelated" look when scaled up to any +size. + +bitmapfont2ttf is a bit picky about the BDF fonts it will accept as +input. This build includes a patch that allows it to work with fonts +produced by psf2bdf (from psftools). The patch is applied by default, +but you can export PRISTINE=yes in the environment if you really don't +want it. + +If you're trying to convert a PCF font, use pcf2bdf to turn it into a +BDF first. + +If you're looking for exact-autotrace, it's included in this build. -- cgit v1.2.3