#include <WP6FontDescriptorPacket.h>

Public Member Functions | |
| WP6FontDescriptorPacket (WPXInputStream *input, WPXEncryption *encryption, int id, uint32_t dataOffset, uint32_t dataSize) | |
| ~WP6FontDescriptorPacket () | |
| void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
| const char * | getFontName () const |
Private Member Functions | |
| WP6FontDescriptorPacket (const WP6FontDescriptorPacket &) | |
| WP6FontDescriptorPacket & | operator= (const WP6FontDescriptorPacket &) |
Private Attributes | |
| uint16_t | m_characterWidth |
| uint16_t | m_ascenderHeight |
| uint16_t | m_xHeight |
| uint16_t | m_descenderHeight |
| uint16_t | m_italicsAdjust |
| uint8_t | m_primaryFamilyId |
| uint8_t | m_primaryFamilyMemberId |
| uint8_t | m_scriptingSystem |
| uint8_t | m_primaryCharacterSet |
| uint8_t | m_width |
| uint8_t | m_weight |
| uint8_t | m_attributes |
| uint8_t | m_generalCharacteristics |
| uint8_t | m_classification |
| uint8_t | m_fill |
| uint8_t | m_fontType |
| uint8_t | m_fontSourceFileType |
| uint16_t | m_fontNameLength |
| WPXString | m_fontName |
| WP6FontDescriptorPacket::WP6FontDescriptorPacket | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| int | id, | |||
| uint32_t | dataOffset, | |||
| uint32_t | dataSize | |||
| ) |
| WP6FontDescriptorPacket::~WP6FontDescriptorPacket | ( | ) |
| WP6FontDescriptorPacket::WP6FontDescriptorPacket | ( | const WP6FontDescriptorPacket & | ) | [private] |
| void WP6FontDescriptorPacket::_readContents | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) | [virtual] |
Implements WP6PrefixDataPacket.
| const char* WP6FontDescriptorPacket::getFontName | ( | ) | const [inline] |
| WP6FontDescriptorPacket& WP6FontDescriptorPacket::operator= | ( | const WP6FontDescriptorPacket & | ) | [private] |
uint16_t WP6FontDescriptorPacket::m_characterWidth [private] |
uint16_t WP6FontDescriptorPacket::m_ascenderHeight [private] |
uint16_t WP6FontDescriptorPacket::m_xHeight [private] |
uint16_t WP6FontDescriptorPacket::m_descenderHeight [private] |
uint16_t WP6FontDescriptorPacket::m_italicsAdjust [private] |
uint8_t WP6FontDescriptorPacket::m_primaryFamilyId [private] |
uint8_t WP6FontDescriptorPacket::m_primaryFamilyMemberId [private] |
uint8_t WP6FontDescriptorPacket::m_scriptingSystem [private] |
uint8_t WP6FontDescriptorPacket::m_primaryCharacterSet [private] |
uint8_t WP6FontDescriptorPacket::m_width [private] |
uint8_t WP6FontDescriptorPacket::m_weight [private] |
uint8_t WP6FontDescriptorPacket::m_attributes [private] |
uint8_t WP6FontDescriptorPacket::m_generalCharacteristics [private] |
uint8_t WP6FontDescriptorPacket::m_classification [private] |
uint8_t WP6FontDescriptorPacket::m_fill [private] |
uint8_t WP6FontDescriptorPacket::m_fontType [private] |
uint8_t WP6FontDescriptorPacket::m_fontSourceFileType [private] |
uint16_t WP6FontDescriptorPacket::m_fontNameLength [private] |
WPXString WP6FontDescriptorPacket::m_fontName [private] |