package font
import "github.com/go-text/typesetting/font"
Index ¶
Types ¶
type Face ¶
Face is a Font with user settings, not safe for concurrent use.
func ParseTTC ¶
ParseTTC parse an Opentype font file, with support for collections. Single font files are supported, returning a slice with length 1.
func ParseTTF ¶
ParseTTF parse an Opentype font file (.otf, .ttf). See ParseTTC for support for collections.
type Font ¶
Font is a readonly view of a font file, safe for concurrent use.
type GID ¶
type GlyphMask ¶
type Resource ¶
Source Files ¶
- Version
- v0.1.2
- Published
- Apr 2, 2024
- Platform
- darwin/amd64
- Imports
- 5 packages
- Last checked
- 6 hours ago –
Tools for package owners.