#include <GfxFont.h>
Inheritance diagram for Gfx8BitFont:
Public Methods | |
Gfx8BitFont (XRef *xref, char *tagA, Ref idA, GString *nameA, GfxFontType typeA, Dict *fontDict) | |
virtual | ~Gfx8BitFont () |
virtual int | getNextChar (char *s, int len, CharCode *code, Unicode *u, int uSize, int *uLen, double *dx, double *dy, double *ox, double *oy) |
char ** | getEncoding () |
CharCodeToUnicode * | getToUnicode () |
char * | getCharName (int code) |
GBool | getHasEncoding () |
GBool | getUsesMacRomanEnc () |
double | getWidth (Guchar c) |
Gushort * | getCodeToGIDMap (FoFiTrueType *ff) |
Dict * | getCharProcs () |
Object * | getCharProc (int code, Object *proc) |
Dict * | getResources () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements GfxFont. |
|
|
|
|
|
|
|
|