←Select platform

AnnFontStretch Enumeration

Summary
Defines the degree to which a font form is stretched from its normal aspect ratio.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AnnFontStretch  
typedef NS_ENUM(NSInteger, LTAnnFontStretch) { 
 LTAnnFontStretchNormal = 0,  
 LTAnnFontStretchUltraCondensed = 1,  
 LTAnnFontStretchExtraCondensed = 2,  
 LTAnnFontStretchCondensed = 3,  
 LTAnnFontStretchSemiCondensed = 4,  
 LTAnnFontStretchSemiExpanded = 5,  
 LTAnnFontStretchExpanded = 6,  
 LTAnnFontStretchExtraExpanded = 7,  
 LTAnnFontStretchUltraExpanded = 8,  
}; 
public enum AnnFontStretch 
public: 
   enum class AnnFontStretch sealed 
class AnnFontStretch(Enum): 
   Normal = 0 
   UltraCondensed = 1 
   ExtraCondensed = 2 
   Condensed = 3 
   SemiCondensed = 4 
   SemiExpanded = 5 
   Expanded = 6 
   ExtraExpanded = 7 
   UltraExpanded = 8 
Members
ValueMemberDescription
0Normal Specifies a normal font stretch.
1UltraCondensed Specifies an ultra-condensed font stretch.
2ExtraCondensed Specifies an extra-condensed font stretch.
3Condensed Specifies a condensed font stretch.
4SemiCondensed Specifies a semi-condensed font stretch.
5SemiExpanded Specifies a semi-expanded font stretch.
6Expanded Specifies an expanded font stretch.
7ExtraExpanded Specifies an extra-expanded font stretch.
8UltraExpanded Specifies an ultra-expanded font stretch.
Remarks

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
Requirements

Target Platforms

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.