This commit is contained in:
kraus 2019-07-06 08:29:55 +02:00
parent e8e432b88c
commit 57ba194366
4 changed files with 7 additions and 1 deletions

View File

@ -230,5 +230,6 @@ https://github.com/olikraus/u8g2 ChangeLog
* Added JLX256160M for mirrored version of the JLX256160 display (issue 930)
* Unifont update to 12.1.02, added several plane 1 fonts (issue 931)
* bdfconv.exe: Windows exe created, bugfix with -d option (issue 833)
2019-xx-xx v2.27.x olikraus@gmail.com

View File

@ -116,6 +116,11 @@ logisoso: bdfconv
-../otf2bdf/otf2bdf -a -r 72 -p 131 -o tmp.bdf ../ttf/Logisoso.ttf
./bdfconv -v -f 1 -m '32,42-57' tmp.bdf -o u8g2_font_logisoso_tn.c -n u8g2_font_logisoso_tn -d ../bdf/helvB18.bdf
tpss: bdfconv
-../otf2bdf/otf2bdf -r 72 -p 8 -o tmp.bdf ../ttf/TEACPSS_.TTF
./bdfconv -v -f 1 -m '32-255' tmp.bdf -o u8g2_font_tpss_tf.c -n u8g2_font_tpss_tn -d ../bdf/helvR10.bdf
q_pixia: bdfconv
-../otf2bdf/otf2bdf -a -r 72 -p 13 -o tmp.bdf q_pixia.ttf
./bdfconv -v -f 1 -m '32-65534' tmp.bdf -o u8g2_font_q_pixia.c -n u8g2_font_q_pixia -d ../bdf/helvB18.bdf

BIN
tools/font/ttf/TEACPSSB.TTF Normal file

Binary file not shown.

BIN
tools/font/ttf/TEACPSS_.TTF Normal file

Binary file not shown.