Struct FontList

font instance collection - utility class, for font manager implementations

struct FontList;

Fields

NameTypeDescription
_len uint
_list Ref!(dcanvas.graphics.fonts.Font)[]

Properties

NameTypeDescription
length[get] uint

Methods

NameDescription
add (item)
checkpoint ()
cleanup ()
clear ()
clearGlyphCache () clears glyph cache
find (size, weight, italic, family, face)
find (size)
get (index)

Aliases

NameDescription
~this