Module font_kit::sources::multi[][src]

Expand description

A source that encapsulates multiple sources and allows them to be queried as a group.

This is useful when an application wants a library of fonts consisting of the installed system fonts plus some other application-supplied fonts.

Structs

MultiIter

An iterator over the sources in a MultiSource.

MultiIterMut

An iterator over the mutable sources in a MultiSource.

MultiSource

A source that encapsulates multiple sources and allows them to be queried as a group.