class
FontCollection
Source: aspose.
Contains a collection of Font elements.
new FontCollection()
Constructor.
Methods
add(font) → Number
Add the Font object in the collection.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
font |
|
- Returns
-
Number
clear()
get()
getCount()
getFont(ID) → Font
Gets the element at the specified ID.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
ID |
Number |
|
int |
- Returns
-
FontFontFont.
iterator()
Reserved for internal use.
remove(font)
Remove the Font object from the collection.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
font |
|