#include "text-renderer.h"
Definition at line 133 of file text-renderer.h.
◆ string() [1/2]
text_renderer::string::string |
( |
const std::string & |
s, |
|
|
font & |
f, |
|
|
const double |
x, |
|
|
const double |
y |
|
) |
| |
|
inline |
◆ string() [2/2]
text_renderer::string::string |
( |
const string & |
s | ) |
|
|
inline |
◆ ~string()
text_renderer::string::~string |
( |
void |
| ) |
|
|
default |
◆ get_angle()
std::string text_renderer::string::get_angle |
( |
void |
| ) |
const |
|
inline |
◆ get_code()
uint32_t text_renderer::string::get_code |
( |
void |
| ) |
const |
|
inline |
◆ get_color()
Matrix text_renderer::string::get_color |
( |
void |
| ) |
const |
|
inline |
◆ get_family()
std::string text_renderer::string::get_family |
( |
void |
| ) |
const |
|
inline |
◆ get_name()
std::string text_renderer::string::get_name |
( |
void |
| ) |
const |
|
inline |
◆ get_size()
double text_renderer::string::get_size |
( |
void |
| ) |
const |
|
inline |
◆ get_string()
std::string text_renderer::string::get_string |
( |
void |
| ) |
const |
|
inline |
◆ get_svg_element()
std::string text_renderer::string::get_svg_element |
( |
void |
| ) |
const |
|
inline |
◆ get_weight()
std::string text_renderer::string::get_weight |
( |
void |
| ) |
const |
|
inline |
◆ get_x()
double text_renderer::string::get_x |
( |
void |
| ) |
const |
|
inline |
◆ get_xdata()
std::vector<double> text_renderer::string::get_xdata |
( |
void |
| ) |
const |
|
inline |
◆ get_y()
double text_renderer::string::get_y |
( |
void |
| ) |
const |
|
inline |
◆ get_z()
double text_renderer::string::get_z |
( |
void |
| ) |
const |
|
inline |
◆ operator=()
string& text_renderer::string::operator= |
( |
const string & |
s | ) |
|
|
inline |
◆ set_code()
void text_renderer::string::set_code |
( |
const uint32_t |
code | ) |
|
|
inline |
◆ set_color()
void text_renderer::string::set_color |
( |
const uint8NDArray & |
c | ) |
|
|
inline |
◆ set_family()
void text_renderer::string::set_family |
( |
const std::string & |
nm | ) |
|
|
inline |
◆ set_string()
void text_renderer::string::set_string |
( |
const std::string & |
s | ) |
|
|
inline |
◆ set_svg_element()
void text_renderer::string::set_svg_element |
( |
const std::string & |
svg | ) |
|
|
inline |
◆ set_x()
void text_renderer::string::set_x |
( |
const double |
x | ) |
|
|
inline |
◆ set_xdata()
void text_renderer::string::set_xdata |
( |
const std::vector< double > & |
x | ) |
|
|
inline |
◆ set_y()
void text_renderer::string::set_y |
( |
const double |
y | ) |
|
|
inline |
◆ set_z()
void text_renderer::string::set_z |
( |
const double |
z | ) |
|
|
inline |
◆ m_code
uint32_t text_renderer::string::m_code |
|
private |
◆ m_color
Matrix text_renderer::string::m_color |
|
private |
◆ m_family
std::string text_renderer::string::m_family |
|
private |
◆ m_fnt
font text_renderer::string::m_fnt |
|
private |
◆ m_str
std::string text_renderer::string::m_str |
|
private |
◆ m_svg_element
std::string text_renderer::string::m_svg_element |
|
private |
◆ m_x
double text_renderer::string::m_x |
|
private |
◆ m_xdata
std::vector<double> text_renderer::string::m_xdata |
|
private |
◆ m_y
double text_renderer::string::m_y |
|
private |
◆ m_z
double text_renderer::string::m_z |
|
private |
The documentation for this class was generated from the following file: