Module fonts

Module fonts 

Source
Expand description

Default implementation for searching local and system installed fonts as well as loading embedded default fonts.

§Embedded fonts

The following fonts are available as embedded fonts via the embed-fonts feature flag:

  • For text: Libertinus Serif, New Computer Modern
  • For math: New Computer Modern Math
  • For code: Deja Vu Sans Mono

Structs§

FontSearcher
Searches for fonts.
FontSlot
Holds details about the location of a font and lazily the font itself.
Fonts
The result of a font search, created by calling FontSearcher::search.