27#ifndef WP6FONTDESCRIPTORPACKET_H
28#define WP6FONTDESCRIPTORPACKET_H
30#include <librevenge/librevenge.h>
void _readContents(librevenge::RVNGInputStream *input, WPXEncryption *encryption) override
Definition WP6FontDescriptorPacket.cpp:69
unsigned short m_characterWidth
Definition WP6FontDescriptorPacket.h:50
unsigned char m_fontSourceFileType
Definition WP6FontDescriptorPacket.h:67
unsigned char m_weight
Definition WP6FontDescriptorPacket.h:61
unsigned char m_fontType
Definition WP6FontDescriptorPacket.h:66
unsigned short m_italicsAdjust
Definition WP6FontDescriptorPacket.h:54
unsigned char m_scriptingSystem
Definition WP6FontDescriptorPacket.h:58
unsigned short m_ascenderHeight
Definition WP6FontDescriptorPacket.h:51
WP6FontDescriptorPacket(librevenge::RVNGInputStream *input, WPXEncryption *encryption, int id, unsigned dataOffset, unsigned dataSize)
Definition WP6FontDescriptorPacket.cpp:40
WP6FontDescriptorPacket(const WP6FontDescriptorPacket &)
WP6FontDescriptorPacket & operator=(const WP6FontDescriptorPacket &)
const librevenge::RVNGString & getFontName() const
Definition WP6FontDescriptorPacket.h:40
unsigned short m_fontNameLength
Definition WP6FontDescriptorPacket.h:69
unsigned char m_generalCharacteristics
Definition WP6FontDescriptorPacket.h:63
unsigned short m_descenderHeight
Definition WP6FontDescriptorPacket.h:53
unsigned char m_width
Definition WP6FontDescriptorPacket.h:60
librevenge::RVNGString m_fontName
Definition WP6FontDescriptorPacket.h:71
unsigned char m_classification
Definition WP6FontDescriptorPacket.h:64
void _readFontName(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition WP6FontDescriptorPacket.cpp:96
~WP6FontDescriptorPacket() override
Definition WP6FontDescriptorPacket.cpp:65
unsigned char m_fill
Definition WP6FontDescriptorPacket.h:65
unsigned char m_attributes
Definition WP6FontDescriptorPacket.h:62
unsigned char m_primaryCharacterSet
Definition WP6FontDescriptorPacket.h:59
unsigned char m_primaryFamilyMemberId
Definition WP6FontDescriptorPacket.h:56
unsigned char m_primaryFamilyId
Definition WP6FontDescriptorPacket.h:55
unsigned short m_xHeight
Definition WP6FontDescriptorPacket.h:52
WP6PrefixDataPacket(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition WP6PrefixDataPacket.cpp:45
Definition WPXEncryption.h:36