filters
TextString Class Reference
Inheritance diagram for TextString:

Detailed Description
Definition at line 43 of file TextOutputDev.h.
Public Member Functions | |
| TextString (GfxState *state, double x0, double y0, double fontSize) | |
| virtual | ~TextString () |
| virtual void | addChar (GfxState *state, double x, double y, double dx, double dy, Unicode u) |
Protected Attributes | |
| double | xMin |
| double | xMax |
| double | yMin |
| double | yMax |
| union { | |
| GBool marked | |
| GBool spaceAfter | |
| }; | |
| Unicode * | text |
| double * | xRight |
| int | len |
| int | size |
| TextString * | next |
Friends | |
| class | TextPage |
| class | TextBlock |
| class | PDFImport::String |
| class | PDFImport::Page |
The documentation for this class was generated from the following files:

