Versions in this module Expand all Collapse all v1 v1.0.0 Mar 13, 2024 Changes in this version + type Default struct + func NewDefault(options *Options) *Default + func (p *Default) Close() (err error) + func (p *Default) Glyph(dot fixed.Point26_6, r rune) (dr image.Rectangle, mask image.Image, maskp image.Point, advance fixed.Int26_6, ...) + func (p *Default) GlyphAdvance(r rune) (advance fixed.Int26_6, ok bool) + func (p *Default) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) + func (p *Default) Kern(r0, r1 rune) fixed.Int26_6 + func (p *Default) Metrics() font.Metrics + type Options = opentype.FaceOptions