Versions in this module Expand all Collapse all v0 v0.2.0 Jan 10, 2024 v0.1.0 Jan 9, 2024 Changes in this version + const GitCommit + const Version + const VersionDate + func ParseFont(b []byte) (*truetype.Font, error) + func Pt(x, y int) fixed.Point26_6 + type Context struct + func NewContext() *Context + func (c *Context) DrawString(s string, p fixed.Point26_6) (fixed.Point26_6, error) + func (c *Context) PointToFixed(x float64) fixed.Int26_6 + func (c *Context) SetClip(clip image.Rectangle) + func (c *Context) SetDPI(dpi float64) + func (c *Context) SetDst(dst draw.Image) + func (c *Context) SetFont(f *truetype.Font) + func (c *Context) SetFontSize(fontSize float64) + func (c *Context) SetHinting(hinting font.Hinting) + func (c *Context) SetSrc(src image.Image)