FontSourceCollection

FontSourceCollection class

Represents font sources collection.

The FontSourceCollection type exposes the following members:

Properties

NameDescription
sync_rootGets an object that can be used to synchronize access to the collection.
is_synchronizedGets a value indicating whether access to the collection is synchronized (thread safe).

Indexer

NameDescription
[index]Gets the font element at the specified index.

Methods

NameDescription
delete(font_source)Deletes the font source element.

See Also