Versions in this module Expand all Collapse all v0 v0.1.1 Jul 26, 2024 Changes in this version + const DefaultTabWidth + func ClearFontCache() + func DrawCircle(circle *canvas.Circle, vectorPad float32, scale func(float32) float32) *image.RGBA + func DrawLine(line *canvas.Line, vectorPad float32, scale func(float32) float32) *image.RGBA + func DrawRectangle(rect *canvas.Rectangle, vectorPad float32, scale func(float32) float32) *image.RGBA + func DrawString(dst draw.Image, s string, color color.Color, f shaping.Fontmap, ...) + func MeasureString(f shaping.Fontmap, s string, textSize float32, style fyne.TextStyle) (size fyne.Size, advance float32) + func PaintImage(img *canvas.Image, c fyne.Canvas, width, height int) image.Image + func RenderedTextSize(text string, fontSize float32, style fyne.TextStyle, source fyne.Resource) (size fyne.Size, baseline float32) + func VectorPad(obj fyne.CanvasObject) float32 + type FontCacheItem struct + Fonts shaping.Fontmap + func CachedFontFace(style fyne.TextStyle, source fyne.Resource, o fyne.CanvasObject) *FontCacheItem