#include <WP5FontGroup.h>

Public Member Functions | |
| WP5FontGroup (WPXInputStream *input, WPXEncryption *encryption) | |
| void | parse (WP5Listener *listener) |
Protected Member Functions | |
| void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
| uint8_t | m_red |
| uint8_t | m_green |
| uint8_t | m_blue |
| uint8_t | m_fontNumber |
| float | m_fontSize |
| WP5FontGroup::WP5FontGroup | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) |
| void WP5FontGroup::parse | ( | WP5Listener * | listener | ) | [virtual] |
Implements WP5Part.
| void WP5FontGroup::_readContents | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) | [protected, virtual] |
Reimplemented from WP5VariableLengthGroup.
uint8_t WP5FontGroup::m_red [private] |
uint8_t WP5FontGroup::m_green [private] |
uint8_t WP5FontGroup::m_blue [private] |
uint8_t WP5FontGroup::m_fontNumber [private] |
float WP5FontGroup::m_fontSize [private] |