6 #if !defined(LST_FONTPROPERTIES_H__INCLUDED_)
7 #define LST_FONTPROPERTIES_H__INCLUDED_
14 #include "FontDesignGroup.h"
24 indicatorFontIndex = 1,
25 indicatorStandardVersion = 2,
26 indicatorDesignSource = 3,
27 indicatorFontFamily = 4,
30 indicatorPropWidth = 7,
31 indicatorIncGlyphCollections = 8,
32 indicatorIncGlyphs = 9,
33 indicatorDesignSize = 10,
34 indicatorMinSize = 11,
35 indicatorMaxSize = 12,
36 indicatorDesignGroup = 13,
37 indicatorStructure = 14
44 postureBackSlantedOblique,
46 postureBackSlantedItalic,
62 enum ProportionateWidth {
64 propWidthUltraCondensed,
65 propWidthExtraCondensed,
67 propWidthSemiCondensed,
69 propWidthSemiExpanded,
71 propWidthExtraExpanded,
72 propWidthUltraExpanded
86 std::wstring designSource;
87 std::wstring fontFamily;
90 ProportionateWidth propWidth;
91 std::vector <long> glyphCollections;
92 std::vector <long> includedGlyphs;
98 std::vector <long> priority;
102 #endif // LST_FONTPROPERTIES_H__INCLUDED_
CFontDesignGroup – font design attributes.
Definition: FontDesignGroup.h:21
CFontProperties – FontProperties attributes.
Definition: FontProperties.h:19