| Constructor Summary |
|---|
FontCollection()
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
method | getCount() | |
method | get(index) | |
| Method Summary | ||
|---|---|---|
method | add(font) | |
Add the Font object in the collection.
|
||
method | clear() | |
method | getFont(ID) | |
Gets the element at the specified ID.
|
||
method | iterator() | |
Reserved for internal use. |
||
method | remove(font) | |
Remove the Font object from the collection.
|
||
method | removeAt(index) | |
int add(font)
font: Font - remove(font)
font: Font - Font getFont(ID)
ID: int - clear()
removeAt(index)
Iterator iterator()