#include <WP5ListFontsUsedPacket.h>
Public Member Functions | |
WP5ListFontsUsedPacket (WPXInputStream *input, WPXEncryption *encryption, int id, uint32_t dataOffset, uint32_t dataSize, uint16_t packetType) | |
~WP5ListFontsUsedPacket () | |
void | _readContents (WPXInputStream *input, WPXEncryption *encryption, uint32_t dataSize) |
int | getFontNameOffset (const int fontNumber) const |
double | getFontSize (const int fontNumber) const |
![]() | |
WP5GeneralPacketData () | |
virtual | ~WP5GeneralPacketData () |
Private Attributes | |
uint16_t | m_packetType |
std::vector< int > | m_fontNameOffset |
std::vector< double > | m_fontSize |
Additional Inherited Members | |
![]() | |
static WP5GeneralPacketData * | constructGeneralPacketData (WPXInputStream *input, WPXEncryption *encryption, WP5GeneralPacketIndex *packetIndex) |
![]() | |
virtual void | _read (WPXInputStream *input, WPXEncryption *encryption, uint32_t dataOffset, uint32_t dataSize) |
WP5ListFontsUsedPacket::WP5ListFontsUsedPacket | ( | WPXInputStream * | input, |
WPXEncryption * | encryption, | ||
int | id, | ||
uint32_t | dataOffset, | ||
uint32_t | dataSize, | ||
uint16_t | packetType | ||
) |
WP5ListFontsUsedPacket::~WP5ListFontsUsedPacket | ( | ) |
|
virtual |
Implements WP5GeneralPacketData.
int WP5ListFontsUsedPacket::getFontNameOffset | ( | const int | fontNumber | ) | const |
double WP5ListFontsUsedPacket::getFontSize | ( | const int | fontNumber | ) | const |
|
private |
Referenced by _readContents(), and getFontNameOffset().
|
private |
Referenced by _readContents(), and getFontSize().
|
private |
Referenced by _readContents().