package
0.1.1
Repository: https://github.com/go-text/typesetting.git
Documentation: pkg.go.dev

# Functions

Describe provides access to family and aspect.
Metadata queries the family and the aspect properties of the font loaded under [font].
NormalizeFamily removes spaces and lower the given string.

# Constants

Condensed width (75%).
Expanded width (125%).
Extra-condensed width (62.5%).
Extra-expanded width (150%).
Normal width (100%).
Semi-condensed width (87.5%).
Semi-expanded width (112.5%).
Ultra-condensed width (50%), the narrowest possible.
Ultra-expanded width (200%), the widest possible.
A form that is generally cursive in nature or slanted.
A face that is neither italic not obliqued.
Black weight (900), the thickest value.
Bold weight (700).
Extra-bold weight (800).
Extra light weight (200).
Light weight (300).
Medium weight (500, higher than normal).
Normal (400).
Semibold weight (600).
Thin weight (100), the thinnest value.

# Structs

Aspect stores the properties that specify which font in a family to use: style, weight, and stretchiness.
Description provides font metadata.

# Type aliases

Stretch is the width of a font as an approximate fraction of the normal width.
Style (also called slant) allows italic or oblique faces to be selected.
Weight is the degree of blackness or stroke thickness of a font.