pleyo.com

WKAL::FontFallbackList Class Reference

List of all members.

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
FontSelectorfontSelector () const
 get font selector

Static Public Member Functions

static PassRefPtr
< FontFallbackList
create ()
 create a font fallback list

Friends

class Font


Constructor & Destructor Documentation

WKAL::FontFallbackList::~FontFallbackList (  ) 

~FontFallbackList destructor

 delete fontFallbackList;


Member Function Documentation

static PassRefPtr<FontFallbackList> WKAL::FontFallbackList::create (  )  [static]

create a font fallback list

Parameters:
[out] : FontFallbackList
 RefPtr<FontFallbackList> ffl = FontFallbackList::create();

void WKAL::FontFallbackList::invalidate ( PassRefPtr< FontSelector  ) 

invalidate FontFallbackList

Parameters:
[in] : FontSelector
 ffl->invalidate(fontSelector);

bool WKAL::FontFallbackList::isFixedPitch ( const Font f  )  const

get fixed pitch status

Parameters:
[in] : font
[out] : status
 bool fix = ffl->isFixedPitch(f);

void WKAL::FontFallbackList::determinePitch ( const Font  )  const

determine pitch

Parameters:
[in] : font
 ffl->determinePitch(f);

bool WKAL::FontFallbackList::loadingCustomFonts (  )  const

loading custom fonts

Parameters:
[out] : status
 bool load = ffl->loadingCustomFonts();

FontSelector* WKAL::FontFallbackList::fontSelector (  )  const

get font selector

Parameters:
[out] : FontSelector
 FontSelector *fs = ffl->fontSelector();


Friends And Related Function Documentation

friend class Font [friend]


The documentation for this class was generated from the following file:

Generated on Mon Jun 30 16:22:07 2008 for Origyn Web Browser by Doxygen 1.5.5

pleyo.com
pleyo.com