david0126 / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

Anti-Aliasing Fonts #172

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
- Update bdf2u8g
  --> Almost done (font format 2)
- Introduce new low level message for graylevel pixel
- new font procedures

Original issue reported on code.google.com by olikr...@gmail.com on 26 May 2013 at 1:32

GoogleCodeExporter commented 8 years ago
introduced U8G_DEV_SET_TPIXEL and U8G_DEV_SET_4TPIXEL
experimental implementation in u8g_pb16h2.c

Original comment by olikr...@gmail.com on 26 May 2013 at 2:08

GoogleCodeExporter commented 8 years ago
limitations: not supported by setScale2x2

Original comment by olikr...@gmail.com on 26 May 2013 at 4:34

GoogleCodeExporter commented 8 years ago
current status:
- no support for setScale2x23
- DrawStr() supported, DrawStr90... not supported
- only avilable in new true color mode and some gray level devices (16h2)
- fonts require about 2x more memory
- new bdf2u8g format option -f 2

Original comment by olikr...@gmail.com on 26 May 2013 at 9:09

GoogleCodeExporter commented 8 years ago

Original comment by olikr...@gmail.com on 5 Jul 2013 at 11:42

GoogleCodeExporter commented 8 years ago
Not sure if this is really needed.

Original comment by olikr...@gmail.com on 3 Oct 2013 at 7:06