filters
XOutputFont Class Reference
Inheritance diagram for XOutputFont:

Detailed Description
Definition at line 84 of file XOutputDev.h.
Public Member Functions | |
| XOutputFont (Ref *idA, double m11OrigA, double m12OrigA, double m21OrigA, double m22OrigA, double m11A, double m12A, double m21A, double m22A, Display *displayA, XOutputDev *xOutA) | |
| virtual | ~XOutputFont () |
| GBool | matches (Ref *idA, double m11OrigA, double m12OrigA, double m21OrigA, double m22OrigA) |
| virtual GBool | isOk ()=0 |
| virtual void | updateGC (GC gc)=0 |
| virtual void | drawChar (GfxState *state, Pixmap pixmap, int w, int h, GC gc, GfxRGB *rgb, double x, double y, double dx, double dy, CharCode c, Unicode *u, int uLen)=0 |
| virtual GBool | hasGetCharPath () |
| virtual void | getCharPath (GfxState *state, CharCode c, Unicode *u, int ulen) |
Protected Attributes | |
| Ref | id |
| double | m11Orig |
| double | m12Orig |
| double | m21Orig |
| double | m22Orig |
| double | m11 |
| double | m12 |
| double | m21 |
| double | m22 |
| Display * | display |
| XOutputDev * | xOut |
The documentation for this class was generated from the following files:

