Module fonts::font_store

source ·

Structs§

  • A list of font templates that make up a given font family.
  • A struct that represents the available templates in a “simple family.” A simple family is one that contains <= 4 available faces: regular, bold, italic, and bold italic. Having this simple family abstraction makes font matching much faster for families that don’t have a complex set of fonts.

Type Aliases§