Graphics objects module. More...
Classes | |
| class | pdf::CharVisitor |
| Callback interface for TextLine::VisitChars(). More... | |
| class | pdf::Graphics |
| brief description More... | |
| class | pdf::GraphicsVisitor |
| brief description More... | |
| class | pdf::Text |
| Text objects. More... | |
| class | pdf::TextLine |
| brief description More... | |
| class | pdf::TextState |
| PDF text state. More... | |
The graphics objects represent visual elements that appears in the page. These classes provide access to their content.
All graphics items in a PDF document uses the default coordinate called "User Space". It is a devices independent unit. The default unit in users space is point, which is 1/72 inch. In other words, the coordinate (72,72) is corresponding to one inch right and inch up from the origin.