Registry / utility / unidoc-unitype

unidoc-unitype

JSON →
library0.5.1gogounverified

Go library for parsing and working with TrueType and OpenType font files.

go get github.com/unidoc/unitype
INSTALL
IMPORT
SIG · UNIDOC-UNITYPE
U
unidoc-unitype
utilitygov0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

unitype
github.com/unidoc/unitype

Parses a TrueType font file and prints the number of glyphs.

package main import ( "fmt" "github.com/unidoc/unitype" ) func main() { f, err := unitype.ParseFile("font.ttf") if err != nil { panic(err) } fmt.Println(f.NumGlyphs) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
unidoc-unitype — go get unidoc-unitype · libregistry