Module nannou::text::font

source ·
Expand description

The font::Id and font::Map types.

Structs

  • A type-safe wrapper around the FontId.
  • Yields the Id for each Font within the Map.
  • A collection of mappings from font::Ids to rusttype::Fonts.
  • An iterator yielding an Id for each new rusttype::Font inserted into the Map via the insert_collection method.

Enums

  • Returned when loading new fonts from file or bytes.

Constants

Functions