Poppler CPP 24.11.0
|
#include "poppler/cpp/poppler-font.h"
Public Member Functions | |
~font_iterator () | |
int | current_page () const |
bool | has_next () const |
std::vector< font_info > | next () |
Reads the fonts in the PDF document page by page.
font_iterator is the way to collect the list of the fonts used in a PDF document, reading them incrementally page by page.
A typical usage of this might look like:
font_iterator::~font_iterator | ( | ) |
Destructor.
int font_iterator::current_page | ( | ) | const |
bool font_iterator::has_next | ( | ) | const |
std::vector< font_info > font_iterator::next | ( | ) |