1#ifndef art__paperback__internals__resource_collection_hxx_
2#define art__paperback__internals__resource_collection_hxx_
4#include <art/paperback/types.hxx>
5#include <art/paperback/forward.hxx>
7#include <art/paperback/internals/font-collection.hxx>
9#include <art/paperback/carousel/object.hxx>
20 static constexpr Create_new const create_new{};
58 unique_ptr<Internal> internal;
Definition document.hxx:12
Definition font-collection.hxx:11
Represents a PDF resource collection.
Definition resource-collection.hxx:17
Resource_collection(Create_new, Page &)
Constructor.
Definition resource-collection.cxx:44
~Resource_collection() noexcept
Destructor.
Definition resource-collection.cxx:58
Page & page()
Get the parent page.
Definition resource-collection.cxx:63
Font_collection & fonts()
Get the font collection.
Definition resource-collection.cxx:84
COS file format implementation namespace.
Definition array.cxx:6
Internal namespace.
Definition forward.hxx:91
Document & document(Page_tree &page_tree)
Get the document associated with a page tree.
Definition page-tree.cxx:133
Definition resource-collection.hxx:19