COPASI API
4.40.278
|
#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 |
CLFontSpec::CLFontSpec | ( | ) |
bool CLFontSpec::operator< | ( | const CLFontSpec & | right | ) | const |
std::string CLFontSpec::mFamily |
Referenced by CLLayoutRenderer::getFontSpec(), operator<(), and CLLayoutRenderer::update_textures_and_colors().
double CLFontSpec::mSize |
Referenced by CLLayoutRenderer::getFontSpec(), operator<(), and CLLayoutRenderer::update_textures_and_colors().
CLText::FONT_STYLE CLFontSpec::mStyle |
Referenced by CLLayoutRenderer::getFontSpec(), operator<(), and CLLayoutRenderer::update_textures_and_colors().
CLText::FONT_WEIGHT CLFontSpec::mWeight |
Referenced by CLLayoutRenderer::getFontSpec(), operator<(), and CLLayoutRenderer::update_textures_and_colors().