Struct FontList
font instance collection - utility class, for font manager implementations
struct FontList;
Fields
| Name | Type | Description |
|---|---|---|
_len
|
uint | |
_list
|
Ref!(dcanvas.graphics.fonts.Font)[] |
Properties
| Name | Type | Description |
|---|---|---|
length[get]
|
uint |
Methods
| Name | Description |
|---|---|
add
(item)
|
|
checkpoint
()
|
|
cleanup
()
|
|
clear
()
|
|
clearGlyphCache
()
|
clears glyph cache |
find
(size, weight, italic, family, face)
|
|
find
(size)
|
|
get
(index)
|
Aliases
| Name | Description |
|---|---|
~this
|