type golang.org/x/image/font.Face (interface)

Method Implmentations

Close() error *golang.org/x/image/font/opentype.Face.Close
Glyph(dot fixed.Point26_6, r rune) (dr image.Rectangle, mask image.Image, maskp image.Point, advance fixed.Int26_6, ok bool) *golang.org/x/image/font/opentype.Face.Glyph
GlyphAdvance(r rune) (advance fixed.Int26_6, ok bool) *golang.org/x/image/font/opentype.Face.GlyphAdvance
GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) *golang.org/x/image/font/opentype.Face.GlyphBounds
Kern(r0, r1 rune) fixed.Int26_6 *golang.org/x/image/font/opentype.Face.Kern
Metrics() Metrics *golang.org/x/image/font/opentype.Face.Metrics