Module font_kit::sources

source ·
Expand description

Various databases of installed fonts that can be queried.

The system-specific sources (Core Text, DirectWrite, and Fontconfig) contain the fonts that are installed on the system. The remaining databases (fs, mem, and multi) allow font-kit to query fonts not installed on the system.

Modules§

  • A source that contains the fonts installed on the system, as reported by the Fontconfig library.
  • A source that loads fonts from a directory or directories on disk.
  • A source that keeps fonts in memory.
  • A source that encapsulates multiple sources and allows them to be queried as a group.