package font

Import Path
	oss.terrastruct.com/d2/lib/font (on go.dev)

Dependency Relation
	imports 6 packages, and imported by one package

Involved Source Files font.go subsetFont.go
Package-Level Type Names (only one)
/* sort by: | */
CheckSum uint32 Length uint32 Offset uint32 Tag []byte
Package-Level Functions (total 2)
func Sfnt2Woff(fontBuf []byte) ([]byte, error)
UTF8CutFont is a utility function that generates a TrueType font composed only of the runes included in cutset. The rune glyphs are copied from This function is demonstrated in ExampleUTF8CutFont().