|
Poppler CPP 25.10.90
|
#include "poppler/cpp/poppler-font.h"
Public Types | |
| enum | type_enum { unknown , type1 , type1c , type1c_ot , type3 , truetype , truetype_ot , cid_type0 , cid_type0c , cid_type0c_ot , cid_truetype , cid_truetype_ot } |
Public Member Functions | |
| font_info () | |
| font_info (const font_info &fi) | |
| ~font_info () | |
| std::string | file () const |
| bool | is_embedded () const |
| bool | is_subset () const |
| std::string | name () const |
| font_info & | operator= (const font_info &fi) |
| type_enum | type () const |
The information about a font used in a PDF document.
The various types of fonts available in a PDF document.
| font_info::font_info | ( | ) |
Constructs an invalid font information.
| font_info::font_info | ( | const font_info & | fi | ) |
Copy constructor.
| font_info::~font_info | ( | ) |
Destructor.
| std::string font_info::file | ( | ) | const |
| bool font_info::is_embedded | ( | ) | const |
| bool font_info::is_subset | ( | ) | const |
| std::string font_info::name | ( | ) | const |
| font_info::type_enum font_info::type | ( | ) | const |