FontCollection class

FontCollection class

Contains a collection of Font elements.

Inheritance: FontCollectionCollection

The FontCollection type exposes the following members:

Constructors

ConstructorDescription
FontCollection()Constructor.

Properties

PropertyDescription
countGets the number of elements actually contained in the collection.

Gets the element at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
is_exist(index)Is exist item in the collection.
clear()Removes all elements from collection.
add(font)Add the Font object in the collection.
remove(font)Remove the Font object from the collection.
get_font(id)Gets the element at the specified ID.

See Also