#include <cfgitem.hxx>
Public Member Functions | |
SmFontFormat () | |
SmFontFormat (const Font &rFont) | |
const Font | GetFont () const |
BOOL | operator== (const SmFontFormat &rFntFmt) const |
Public Attributes | |
String | aName |
INT16 | nCharSet |
INT16 | nFamily |
INT16 | nPitch |
INT16 | nWeight |
INT16 | nItalic |
Definition at line 80 of file cfgitem.hxx.
SmFontFormat::SmFontFormat | ( | ) |
Definition at line 244 of file cfgitem.cxx.
References aName, FONTNAME_MATH, nCharSet, nFamily, nItalic, nPitch, and nWeight.
SmFontFormat::SmFontFormat | ( | const Font & | rFont | ) |
const Font SmFontFormat::GetFont | ( | ) | const |
Definition at line 266 of file cfgitem.cxx.
References aName, nCharSet, nFamily, nItalic, nPitch, and nWeight.
Referenced by SmMathConfig::LoadFormat(), and SmMathConfig::ReadSymbol().
BOOL SmFontFormat::operator== | ( | const SmFontFormat & | rFntFmt | ) | const |
String SmFontFormat::aName |
Definition at line 82 of file cfgitem.hxx.
Referenced by GetFont(), operator==(), and SmFontFormat().
INT16 SmFontFormat::nCharSet |
Definition at line 83 of file cfgitem.hxx.
Referenced by GetFont(), operator==(), and SmFontFormat().
INT16 SmFontFormat::nFamily |
Definition at line 84 of file cfgitem.hxx.
Referenced by GetFont(), operator==(), and SmFontFormat().
INT16 SmFontFormat::nPitch |
Definition at line 85 of file cfgitem.hxx.
Referenced by GetFont(), operator==(), and SmFontFormat().
INT16 SmFontFormat::nWeight |
Definition at line 86 of file cfgitem.hxx.
Referenced by GetFont(), operator==(), and SmFontFormat().
INT16 SmFontFormat::nItalic |
Definition at line 87 of file cfgitem.hxx.
Referenced by GetFont(), operator==(), and SmFontFormat().