FontCollection

FontCollection class

Represents font collection.

The FontCollection 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
add(new_font, res_name)Adds new font to font resources and returns automatically assigned name of font resource.

See Also