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