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
/
core
/
fontLoader.d.ts
4 lines
(3 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
import
*
as
opentype
from
'opentype.js'
;
export
declare
function
loadFont
(
file: File
):
Promise
<opentype.
Font
>;
export
declare
function
extractGlyphs
(
font: opentype.Font
): opentype.
Glyph
[];