#include <WP3FontGroup.h>

Public Member Functions | |
| WP3FontGroup (WPXInputStream *input, WPXEncryption *encryption) | |
| ~WP3FontGroup () | |
| void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
| void | parse (WP3Listener *listener) |
Private Attributes | |
| RGBSColor | m_fontColor |
| WPXString | m_fontName |
| uint16_t | m_fontSize |
| WP3FontGroup::WP3FontGroup | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) |
| WP3FontGroup::~WP3FontGroup | ( | ) |
| void WP3FontGroup::_readContents | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) | [virtual] |
Reimplemented from WP3VariableLengthGroup.
| void WP3FontGroup::parse | ( | WP3Listener * | listener | ) | [virtual] |
Implements WP3Part.
RGBSColor WP3FontGroup::m_fontColor [private] |
WPXString WP3FontGroup::m_fontName [private] |
uint16_t WP3FontGroup::m_fontSize [private] |