Versions in this module Expand all Collapse all v1 v1.0.1 Apr 21, 2022 Changes in this version + const DefaultTabWidth + const TextDPI + func CachedFontFace(style fyne.TextStyle, opts *truetype.Options) font.Face + 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 GetAspect(img *canvas.Image) float32 + func IsResourceSVG(res fyne.Resource) bool + func MeasureString(f font.Face, s string, tabWidth int) (advance fixed.Int26_6) + func PaintImage(img *canvas.Image, c fyne.Canvas, width, height int) image.Image + func RenderedTextSize(text string, fontSize float32, style fyne.TextStyle) (size fyne.Size, baseline float32) + func VectorPad(obj fyne.CanvasObject) float32 + type FontDrawer struct + func (d *FontDrawer) DrawString(s string, tabWidth int)