#include <FontFile.h>
Inherits FontFile.
Public Member Functions | |
| Type1CFontFile (char *file, int len) | |
| virtual | ~Type1CFontFile () |
| virtual char * | getName () |
| virtual FontEncoding * | getEncoding (GBool taken) |
Private Attributes | |
| char * | name |
| FontEncoding * | encoding |
| GBool | freeEnc |
Definition at line 64 of file FontFile.h.
| Type1CFontFile::Type1CFontFile | ( | char * | file, | |
| int | len | |||
| ) |
| virtual Type1CFontFile::~Type1CFontFile | ( | ) | [virtual] |
| virtual char* Type1CFontFile::getName | ( | ) | [inline, virtual] |
Implements FontFile.
Definition at line 69 of file FontFile.h.
References name.
00069 { return name; }
| virtual FontEncoding* Type1CFontFile::getEncoding | ( | GBool | taken | ) | [virtual] |
Implements FontFile.
char* Type1CFontFile::name [private] |
FontEncoding* Type1CFontFile::encoding [private] |
Definition at line 75 of file FontFile.h.
GBool Type1CFontFile::freeEnc [private] |
Definition at line 76 of file FontFile.h.
1.5.1