# 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.