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§
- Searches for fonts.
- Holds details about the location of a font and lazily the font itself.
- The result of a font search, created by calling
FontSearcher::search
.