COPASI API
4.16.103
|
#include <utility_classes.h>
Public Member Functions | |
CLFontSpec () | |
bool | operator< (const CLFontSpec &right) const |
Public Attributes | |
std::string | mFamily |
double | mSize |
CLText::FONT_STYLE | mStyle |
CLText::FONT_WEIGHT | mWeight |
Definition at line 55 of file utility_classes.h.
CLFontSpec::CLFontSpec | ( | ) |
Definition at line 230 of file utility_classes.cpp.
bool CLFontSpec::operator< | ( | const CLFontSpec & | right | ) | const |
std::string CLFontSpec::mFamily |
Definition at line 57 of file utility_classes.h.
Referenced by CQFontRenderer::getFont(), CLLayoutRenderer::getFontSpec(), CQFontRenderer::operator()(), operator<(), and CLLayoutRenderer::update_textures_and_colors().
double CLFontSpec::mSize |
Definition at line 58 of file utility_classes.h.
Referenced by CQFontRenderer::getFont(), CLLayoutRenderer::getFontSpec(), CQFontRenderer::operator()(), operator<(), and CLLayoutRenderer::update_textures_and_colors().
CLText::FONT_STYLE CLFontSpec::mStyle |
Definition at line 60 of file utility_classes.h.
Referenced by CQFontRenderer::getFont(), CLLayoutRenderer::getFontSpec(), CQFontRenderer::operator()(), operator<(), and CLLayoutRenderer::update_textures_and_colors().
CLText::FONT_WEIGHT CLFontSpec::mWeight |
Definition at line 59 of file utility_classes.h.
Referenced by CQFontRenderer::getFont(), CLLayoutRenderer::getFontSpec(), CQFontRenderer::operator()(), operator<(), and CLLayoutRenderer::update_textures_and_colors().