#include <FontFile.h>
Inherited by TrueTypeFontFile, Type1CFontFile, and Type1FontFile.
Public Member Functions | |
| FontFile () | |
| virtual | ~FontFile () |
| virtual char * | getName ()=0 |
| virtual FontEncoding * | getEncoding (GBool taken)=0 |
Definition at line 25 of file FontFile.h.
| FontFile::FontFile | ( | ) |
| virtual FontFile::~FontFile | ( | ) | [virtual] |
| virtual char* FontFile::getName | ( | ) | [pure virtual] |
Implemented in Type1FontFile, Type1CFontFile, and TrueTypeFontFile.
| virtual FontEncoding* FontFile::getEncoding | ( | GBool | taken | ) | [pure virtual] |
Implemented in Type1FontFile, Type1CFontFile, and TrueTypeFontFile.
1.5.1