UNPKG
truetype2gfx
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Convert TTF, OTF, WOFF to Adafruit GFX header file
github.com/sbrin/ttf2gfx
sbrin/ttf2gfx
truetype2gfx
/
types
/
const.d.ts
4 lines
(3 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
export
declare
const
DEFAULT_PIXEL_HEIGHT
=
10
;
export
declare
const
ASCII_START
=
32
;
export
declare
const
ASCII_END
=
126
;