Public Member Functions | |
| ~FontFallbackList () | |
| ~FontFallbackList destructor | |
| void | invalidate (PassRefPtr< FontSelector >) |
| invalidate FontFallbackList | |
| bool | isFixedPitch (const Font *f) const |
| get fixed pitch status | |
| void | determinePitch (const Font *) const |
| determine pitch | |
| bool | loadingCustomFonts () const |
| loading custom fonts | |
| FontSelector * | fontSelector () const |
| get font selector | |
Static Public Member Functions | |
| static PassRefPtr < FontFallbackList > | create () |
| create a font fallback list | |
Friends | |
| class | Font |
| WKAL::FontFallbackList::~FontFallbackList | ( | ) |
~FontFallbackList destructor
delete fontFallbackList;
| static PassRefPtr<FontFallbackList> WKAL::FontFallbackList::create | ( | ) | [static] |
create a font fallback list
| [out] | : | FontFallbackList RefPtr<FontFallbackList> ffl = FontFallbackList::create(); |
| void WKAL::FontFallbackList::invalidate | ( | PassRefPtr< FontSelector > | ) |
| bool WKAL::FontFallbackList::isFixedPitch | ( | const Font * | f | ) | const |
get fixed pitch status
| [in] | : | font |
| [out] | : | status bool fix = ffl->isFixedPitch(f);
|
| void WKAL::FontFallbackList::determinePitch | ( | const Font * | ) | const |
determine pitch
| [in] | : | font ffl->determinePitch(f); |
| bool WKAL::FontFallbackList::loadingCustomFonts | ( | ) | const |
loading custom fonts
| [out] | : | status bool load = ffl->loadingCustomFonts();
|
| FontSelector* WKAL::FontFallbackList::fontSelector | ( | ) | const |
friend class Font [friend] |