FontList

font instance collection - utility class, for font manager implementations

Destructor

~this
~this()
Undocumented in source.

Members

Functions

add
FontRef add(Font item)
Undocumented in source. Be warned that the author may not have intended to support it.
checkpoint
void checkpoint()
Undocumented in source. Be warned that the author may not have intended to support it.
cleanup
void cleanup()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
clearGlyphCache
void clearGlyphCache()

clears glyph cache

find
int find(int size, int weight, bool italic, FontFamily family, string face)
Undocumented in source. Be warned that the author may not have intended to support it.
find
int find(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
get
FontRef get(int index)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
uint length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_len
uint _len;
Undocumented in source.
_list
FontRef[] _list;
Undocumented in source.

Meta