6 #if !defined(LST_FONTDESIGNGROUP_H__INCLUDED_)
7 #define LST_FONTDESIGNGROUP_H__INCLUDED_
26 void serialize(std::ofstream& stream);
27 void restore(std::ifstream& stream);
29 void setDesignGroup(
unsigned char general,
unsigned char sub,
unsigned char specific);
33 void operator=(
signed short sFamilyClass);
65 #endif // LST_FONTDESIGNGROUP_H__INCLUDED_
unsigned char m_specific
ISO/IEC 9541 Specific Group.
Definition: FontDesignGroup.h:61
unsigned char m_class
ISO/IEC 9541 Class.
Definition: FontDesignGroup.h:57
void setDesignGroup(unsigned char general, unsigned char sub, unsigned char specific)
set DesignGroup by attributes
Definition: FontDesignGroup.cpp:28
unsigned char m_subClass
ISO/IEC 9541 SubClass.
Definition: FontDesignGroup.h:59
CFontDesignGroup – font design attributes.
Definition: FontDesignGroup.h:21