|
libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
|
Holds internal canvas data. More...
Public Member Functions | |
| Internal (Page &page) | |
| void | write (char c) |
| Write single byte to content stream. | |
| void | write (string const &str) |
| Write string to content stream. | |
| void | write (double v) |
| Write real value to stream. | |
| void | write (long long int v) |
| Write integer value to stream. | |
| void | write_name (string const &n) |
| Write name to content stream. | |
| void | write_encode_text (string const &text) |
| Write encoded text string to content stream. | |
Public Attributes | |
| Page & | page |
| Reference to parent page. | |
| Carousel::Stream & | contents |
| Canvas content stream. | |
| stack< Internals::Graphics_state > | gstates |
| Holds the graphics states. | |
Holds internal canvas data.
|
inline |
Write single byte to content stream.
|
inline |
Write string to content stream.
|
inline |
Write real value to stream.
|
inline |
Write integer value to stream.
|
inline |
Write name to content stream.
|
inline |
Write encoded text string to content stream.
The text is hexadecimally coded.
| Page& Art::Paperback::Graphics::Canvas::Internal::page |
Reference to parent page.
| Carousel::Stream& Art::Paperback::Graphics::Canvas::Internal::contents |
Canvas content stream.
| stack<Internals::Graphics_state> Art::Paperback::Graphics::Canvas::Internal::gstates |
Holds the graphics states.