public enum AnnFontStretch : System.Enum
Leadtools.Annotations.Core.AnnFontStretch = function() { }; Leadtools.Annotations.Core.AnnFontStretch.prototype = {
LeadtoolsMemberMarker(replace me) };
Member | Description |
---|---|
Condensed | (3)Specifies a condensed font stretch. |
Expanded | (6)Specifies an expanded font stretch. |
ExtraCondensed | (2)Specifies an extra-condensed font stretch. |
ExtraExpanded | (7)Specifies an extra-expanded font stretch. |
Normal | (0)Specifies a normal font stretch. |
SemiCondensed | (4)Specifies a semi-condensed font stretch. |
SemiExpanded | (5)Specifies a semi-expanded font stretch. |
UltraCondensed | (1)Specifies an ultra-condensed font stretch. |
UltraExpanded | (8)Specifies an ultra-expanded font stretch. |
A font stretch describes the degree to which a font form is stretched from its normal aspect ratio, which is the original width to height ratio specified for the glyphs in the font.
The AnnFontStretch values correspond to the "usWidthClass" definition in the OpenType specification. The usWidthClass represents an integer value between 1 and 9. Lower numeric values indicate narrower widths; higher values indicate wider widths.
FontStretch | usWidthClass | percent of normal |
---|---|---|
UltraCondensed | 1 | 50 percent |
ExtraCondensed | 2 | 62.5 percent |
Condensed | 3 | 75 percent |
SemiCondensed | 4 | 87.5 percent |
Normal | 5 | 100 percent |
SemiExpanded | 6 | 112.5 percent |
Expanded | 7 | 125 percent |
ExtraExpanded | 8 | 150 percent |
UltraExpanded | 9 | 200 percent |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2