package
2.9.0-alpha.4
Repository: https://github.com/hajimehoshi/ebiten.git
Documentation: pkg.go.dev

# Packages

Package text offers functions to draw texts on an Ebitengine's image.

# Functions

AppendGlyphs appends the glyph information to glyphs.
BoundString returns the measured size of a given string using a given font.
CacheGlyphs precaches the glyphs for the given text and the given font face into the cache.
Draw draws a given text on a given destination image dst.
DrawWithOptions draws a given text on a given destination image dst.
FaceWithLineHeight returns a font.Face with the given lineHeight in pixels.

# Structs

Glyph is information to render one glyph.