|
Pepper_31_C++_interfaces
|
#include <font_dev.h>

Public Member Functions | |
| TextRun_Dev () | |
| TextRun_Dev (const std::string &text, bool rtl=false, bool override_direction=false) | |
| TextRun_Dev (const TextRun_Dev &other) | |
| ~TextRun_Dev () | |
| TextRun_Dev & | operator= (const TextRun_Dev &other) |
| const PP_TextRun_Dev & | pp_text_run () const |
Definition at line 77 of file font_dev.h.
| pp::TextRun_Dev::TextRun_Dev | ( | ) |
| pp::TextRun_Dev::TextRun_Dev | ( | const std::string & | text, |
| bool | rtl = false, |
||
| bool | override_direction = false |
||
| ) |
| pp::TextRun_Dev::TextRun_Dev | ( | const TextRun_Dev & | other | ) |
| pp::TextRun_Dev::~TextRun_Dev | ( | ) |
| TextRun_Dev& pp::TextRun_Dev::operator= | ( | const TextRun_Dev & | other | ) |
|
inline |
Definition at line 88 of file font_dev.h.
1.8.6