Module 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ยง

core_text
A source that contains the installed fonts on macOS.
fs
A source that loads fonts from a directory or directories on disk.
mem
A source that keeps fonts in memory.
multi
A source that encapsulates multiple sources and allows them to be queried as a group.