Versions in this module Expand all Collapse all v1 v1.0.0 Feb 21, 2025 Changes in this version + func BoundString(face font.Face, text string) image.Rectangle + func CacheGlyphs(face font.Face, text string) + func Draw(dst *ebiten.Image, text string, face font.Face, x, y int, clr color.Color) + func DrawWithOptions(dst *ebiten.Image, text string, face font.Face, ...) + func FaceWithLineHeight(face font.Face, lineHeight float64) font.Face + type Glyph struct + Image *ebiten.Image + Rune rune + X float64 + Y float64 + func AppendGlyphs(glyphs []Glyph, face font.Face, text string) []Glyph