Poppler CPP 24.11.0
|
Public Types | |
enum | writing_mode_enum { invalid_wmode = -1 , horizontal_wmode = 0 , vertical_wmode = 1 } |
Public Member Functions | |
text_box (text_box &&) noexcept | |
rectf | bbox () const |
rectf | char_bbox (size_t i) const |
std::string | get_font_name (int i=0) const |
double | get_font_size () const |
writing_mode_enum | get_wmode (int i=0) const |
bool | has_font_info () const |
bool | has_space_after () const |
text_box & | operator= (text_box &&) noexcept |
int | rotation () const |
ustring | text () const |
rectf text_box::char_bbox | ( | size_t | i | ) | const |
Get a bbox for the i-th glyph.
This method returns a rectf of the bounding box for the i-th glyph in the text_box.
std::string text_box::get_font_name | ( | int | i = 0 | ) | const |
Get a font name for the i-th glyph.
This method returns a std::string object holding the font name for the i-th glyph.
double text_box::get_font_size | ( | ) | const |
text_box::writing_mode_enum text_box::get_wmode | ( | int | i = 0 | ) | const |
bool text_box::has_font_info | ( | ) | const |
int text_box::rotation | ( | ) | const |