Registry / utility / goki-freetype

goki-freetype

JSON →
library1.0.5gogounverified

A Go implementation of the FreeType font rasterization library for drawing text on images.

go get github.com/goki/freetype
INSTALL
IMPORT
SIG · GOKI-FREETYPE
G
goki-freetype
utilitygov1.0.5
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.

freetype
github.com/goki/freetype

Create a FreeType context for rendering text

package main import ( "image" "github.com/goki/freetype" ) func main() { img := image.NewRGBA(image.Rect(0, 0, 100, 100)) c := freetype.NewContext() c.SetDst(img) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
goki-freetype — go get goki-freetype · libregistry