package
0.0.0-20170609003504-e2365dfdc4a0
Repository: https://github.com/golang/freetype.git
Documentation: pkg.go.dev

# Functions

NewFace returns a new font.Face for the given Font.
Parse returns a new Font for the given TTF or TTC data.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

A Font represents a Truetype font.
A GlyphBuf holds a glyph's contours.
An HMetric holds the horizontal metrics of a single glyph.
Options are optional arguments to NewFace.
A Point is a co-ordinate pair plus whether it is 'on' a contour or an 'off' control point.
A VMetric holds the vertical metrics of a single glyph.

# Type aliases

A FormatError reports that the input is not a valid TrueType font.
An Index is a Font's index of a rune.
A NameID identifies a name table entry.
An UnsupportedError reports that the input uses a valid but unimplemented TrueType feature.