Commit Graph

10 Commits

Author SHA1 Message Date
cmdrf
95c6ef33b0 Include FT_TRUETYPE_DRIVER_H in fontconvert.c
To fix error about TT_INTERPRETER_VERSION_35 being undefined on some FreeType versions.
2019-01-04 12:22:36 +01:00
Jason von Nieda
fd68f69d20
Fix #103 by disabling subpixel rendering.
Newer versions of FreeType enable subpixel rendering by default. This makes fonts look terrible on displays that don't support it, like the LCDs this library is targeting. This change disables the subpixel rendering and improves the clarity of fonts.

See https://github.com/adafruit/Adafruit-GFX-Library/issues/103#issuecomment-443031001 for more information.
2018-11-29 17:35:18 -06:00
Muhammad Arifur Rahman
4a2757c893
Fixed error when compiling example sketch of adafruit OLED display
When compiling the example sketch for adafruit OLED display, the sketch refers to Adafruit_GFX and consequently to fontconvert.c
This file includes a header file named ft2build.h, which many of the compilers fail to find, resulting in compilation error.
Check the discussion on this issue: https://github.com/adafruit/Adafruit-GFX-Library/issues/88

Simply adding two lines solves the problem.
2018-10-18 01:28:59 +06:00
Rob Bultman
ceca9ac409 Set yAdvance to glyph height if face height is zero. 2017-05-23 15:56:51 -04:00
John Bacas
b9885e15a0 Update fontconvert_win.md 2016-10-30 12:16:28 +02:00
John Bacas
633386a892 Update fontconvert_win.md 2016-10-30 12:08:44 +02:00
John Bacas
fe81279314 Update fontconvert_win.md 2016-10-30 12:05:22 +02:00
John Bacas
c8b32b4e26 Use fontconvert.c to create new fonts in windows
A brief guide of how to set your pc with Windows OS so you can create your oen fonts with fontconvert.c
2016-10-30 11:42:36 +02:00
pljakobs
ff1370e8db minor changes to build on Fedora
fixed library includes, tested build on F21 and Cygwin
2016-01-31 10:11:43 +01:00
Phillip Burgess
80b1bc48cb Fonts FONTS fonts! 1.1 release 2015-12-22 12:02:47 -08:00