Public Member Functions | |
| virtual | ~FontSelector () |
| ~FontSelector destructor | |
| virtual FontData * | getFontData (const FontDescription &, const AtomicString &familyName)=0 |
| get font data | |
| virtual WKAL::FontSelector::~FontSelector | ( | ) | [virtual] |
~FontSelector destructor
delete fontSelector;
| virtual FontData* WKAL::FontSelector::getFontData | ( | const FontDescription & | , | |
| const AtomicString & | familyName | |||
| ) | [pure virtual] |
get font data
| [in] | : | font description |
| [in] | : | family name |
| [out] | : | font data FontData *fd = fs->getFontData(fd, name); |