pleyo.com

WKAL::FontDataRange Struct Reference

List of all members.

Public Member Functions

 FontDataRange (UChar32 from, UChar32 to, const SimpleFontData *fontData)
 FontDataRange constructor.
UChar32 from () const
 get start range
UChar32 to () const
 get end range
const SimpleFontDatafontData () const
 get font data


Constructor & Destructor Documentation

WKAL::FontDataRange::FontDataRange ( UChar32  from,
UChar32  to,
const SimpleFontData fontData 
)

FontDataRange constructor.

Parameters:
[in] : start range
[in] : end range
[in] : font data
 FontDataRange *fdr = new FontDataRange(0, 12, fd);


Member Function Documentation

UChar32 WKAL::FontDataRange::from (  )  const

get start range

Parameters:
[out] : start range
 UChar32 c = fdr->from();

UChar32 WKAL::FontDataRange::to (  )  const

get end range

Parameters:
[out] : end range
 UChar32 c = fdr->to();

const SimpleFontData* WKAL::FontDataRange::fontData (  )  const

get font data

Parameters:
[out] : font data
 SimpleFontData *fd = fdr->fontData();


The documentation for this struct 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