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
/
createGFXFont.d.ts
7 lines
(6 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
FontPack
}
from
'../core/glyphRasterizer'
;
export
declare
function
toCppVariableName
(
str
:
string
):
string
;
export
declare
function
createGFXFont
(
fontData
:
FontPack
): {
name
:
string
;
content
:
string
; };