package
0.0.0-20240927105425-f6cbe64b58da
Repository: https://github.com/gxde-os/golang-gxde-dev.git
Documentation: pkg.go.dev

# Packages

Package basicfont provides fixed-size font faces.
No description provided by the author
Package inconsolata provides pre-rendered bitmap versions of the Inconsolata font family.
Package opentype implements the font.Face interface based on SFNT font file formats.
Package plan9font implements font faces for the Plan 9 font and subfont file formats.
Package sfnt implements a decoder for SFNT font file formats, including TrueType and OpenType.

# Functions

BoundBytes returns the bounding box of s with f, drawn at a dot equal to the origin, as well as the advance.
BoundString returns the bounding box of s with f, drawn at a dot equal to the origin, as well as the advance.
MeasureBytes returns how far dot would advance by drawing s with f.
MeasureString returns how far dot would advance by drawing s with f.

# 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
CSS font-weight value 900.
CSS font-weight value 700.
CSS font-weight value 800.
CSS font-weight value 200.
CSS font-weight value 300.
CSS font-weight value 500.
CSS font-weight value 400.
CSS font-weight value 600.
CSS font-weight value 100.

# Structs

Drawer draws text on a destination image.
Metrics holds the metrics for a Face.

# Interfaces

Face is a font face.

# Type aliases

Hinting selects how to quantize a vector font's glyph nodes.
Stretch selects a normal, condensed, or expanded face.
Style selects a normal, italic, or oblique face.
Weight selects a normal, light or bold face.