|
libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
|
Internal namespace. More...
Classes | |
| struct | Base14_character_data |
| Base font character data. More... | |
| struct | Base14_font_data |
| Represents font data for one of the 14 standard PDF fonts. More... | |
| class | Document_catalog |
| class | Font_collection |
| struct | Graphics_state |
| struct | Matrix |
| class | Page_tree |
| Represents a PDF page tree. More... | |
| class | Resource_collection |
| Represents a PDF resource collection. More... | |
Functions | |
| Matrix | apply (Matrix const &ctm, Matrix const &cm) |
| Document & | document (Page_tree &) |
| Get the document associated with a page tree. | |
| Document const & | document (Page_tree const &) |
| Get the document associated with a page tree. | |
| Document & | document (Resource_collection &) |
| Get the document associated with a resource collection. | |
| Document const & | document (Resource_collection const &) |
| Get the document associated with a resource collection. | |
Variables | |
| std::map< std::string, Base14_font_data > const | base14_fonts |
| Map of base fonts. | |
Internal namespace.
This namespace contains internal classes and functions.
Get the document associated with a page tree.
| page_tree | The page tree. |
Get the document associated with a page tree.
| page_tree | The page tree. |
| Document & Art::Paperback::Internals::document | ( | Resource_collection & | resource_collection | ) |
Get the document associated with a resource collection.
| Document const & Art::Paperback::Internals::document | ( | Resource_collection const & | resource_collection | ) |
Get the document associated with a resource collection.
| map< string, Base14_font_data > const Art::Paperback::Internals::base14_fonts |
Map of base fonts.