#include <MSWrite.h>
Public Member Functions | |
Font () | |
Font (Font const &)=default | |
~Font () final | |
![]() | |
WPSFont () | |
constructor | |
WPSFont (WPSFont const &)=default | |
WPSFont (WPSFont &&)=default | |
WPSFont & | operator= (WPSFont const &)=default |
WPSFont & | operator= (WPSFont &&)=default |
virtual | ~WPSFont () |
destructor | |
void | addTo (librevenge::RVNGPropertyList &propList) const |
add to the propList | |
bool | isSet () const |
accessor | |
bool | operator== (WPSFont const &ft) const |
operator== | |
bool | operator!= (WPSFont const &ft) const |
operator!= | |
Public Attributes | |
uint32_t | m_fcFirst |
uint32_t | m_fcLim |
bool | m_special |
bool | m_footnote |
bool | m_annotation |
libwps_tools_win::Font::Type | m_encoding |
![]() | |
librevenge::RVNGString | m_name |
font name | |
double | m_size |
font size | |
uint32_t | m_attributes |
the font attributes defined as a set of bits | |
double | m_spacing |
font spacing | |
WPSColor | m_color |
the font color | |
int | m_languageId |
the language (simplified locale name id) if known | |
std::string | m_extra |
public field use to add a message when the font is printed | |
Additional Inherited Members | |
![]() | |
static WPSFont | getDefault () |
returns the default font ( Courier 12pt) | |
|
inline |
|
default |
|
final |
bool MSWriteParserInternal::Font::m_annotation |
Referenced by DosWordParser::readCHP().
libwps_tools_win::Font::Type MSWriteParserInternal::Font::m_encoding |
Referenced by DosWordParser::readCHP(), and MSWriteParser::readCHP().
uint32_t MSWriteParserInternal::Font::m_fcFirst |
Referenced by DosWordParser::readCHP(), and MSWriteParser::readCHP().
uint32_t MSWriteParserInternal::Font::m_fcLim |
Referenced by DosWordParser::readCHP(), and MSWriteParser::readCHP().
bool MSWriteParserInternal::Font::m_footnote |
Referenced by DosWordParser::readCHP().
bool MSWriteParserInternal::Font::m_special |
Referenced by DosWordParser::readCHP(), and MSWriteParser::readCHP().