Leadtools.Annotations.Core Namespace : AnnFontStretch Enumeration |
public enum AnnFontStretch : System.Enum
Public Enum AnnFontStretch Inherits System.Enum
public enum AnnFontStretch : System.Enum
typedef enum LTAnnFontStretch
public enum AnnFontStretch
Leadtools.Annotations.Core.AnnFontStretch = function() { }; Leadtools.Annotations.Core.AnnFontStretch.prototype = {
Normal = 0, UltraCondensed = 1, ExtraCondensed = 2, Condensed = 3, SemiCondensed = 4, SemiExpanded = 5, Expanded = 6, ExtraExpanded = 7, UltraExpanded = 8, };
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 |