Documentation ¶
Index ¶
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Default ¶
type Default struct {
// contains filtered or unexported fields
}
func NewDefault ¶
func (*Default) GlyphAdvance ¶
func (*Default) GlyphBounds ¶
type Options ¶
type Options = opentype.FaceOptions
Click to show internal directories.
Click to hide internal directories.