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
/
adapters
/
createFontPack.d.ts
3 lines
(2 loc)
•
170 B
TypeScript
View Raw
1
2
3
import
{
FontPack
}
from
'../core/glyphRasterizer'
;
export
declare
function
createFontPack
(
font
: opentype.
Font
,
glyphs
: opentype.
Glyph
[],
pixelHeight
:
number
):
FontPack
;