Commit Graph

15 Commits

Author SHA1 Message Date
Paint Your Dragon
39f7d2342b
Merge pull request #268 from BlueAndi/master
TomThumb font now compressed to fix bounding box text width problem
2021-09-06 21:11:17 -07:00
Billy Donahue
addf773adc
fontconvert missing header (#297)
Fixes Issue #273
2020-05-28 10:35:48 -04:00
BlueAndi
e0796d9af3 Trailing spaces removed. 2020-01-09 19:26:24 +01:00
BlueAndi
8b8027195c BDF to Adafruit font converter script added. The script was changed from the original to output the font bitmaps in compressed format. 2020-01-09 19:25:29 +01:00
Limor "Ladyada" Fried
6abf693056
Actionsci2 (#264)
add library dependancy
remove travis CI
update badge
enable Actions
2019-12-27 17:10:08 -05:00
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