GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
Description of a font: name, font size and attributes. More...
Public Member Functions | |
FontInfo (const VGFont *fontRef, int size, const std::string &name, const std::string &attributes) | |
virtual | ~FontInfo () |
bool | Compare (int size, const std::string &name, const std::string &attributes) const |
Public Attributes | |
const VGFont * | mFontRef |
Protected Attributes | |
int | mSize |
std::string | mName |
std::string | mAttrib |
Description of a font: name, font size and attributes.
bold, underline, italic.
FontInfo::FontInfo | ( | const VGFont * | fontRef, |
int | size, | ||
const std::string & | name, | ||
const std::string & | attributes | ||
) |
|
virtual |
bool FontInfo::Compare | ( | int | size, |
const std::string & | name, | ||
const std::string & | attributes | ||
) | const |
|
protected |
const VGFont* FontInfo::mFontRef |
|
protected |
|
protected |