Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

AnnFontStretch Enumeration






Defines the degree to which a font form is stretched from its normal aspect ratio.
Syntax
public enum AnnFontStretch : System.Enum 
'Declaration
 
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 = 0x00000000, UltraCondensed = 0x00000001, ExtraCondensed = 0x00000002, Condensed = 0x00000003, SemiCondensed = 0x00000004, SemiExpanded = 0x00000005, Expanded = 0x00000006, ExtraExpanded = 0x00000007, UltraExpanded = 0x00000008, };
Members
ValueMemberDescription
0x00000000Normal Specifies a normal font stretch.
0x00000001UltraCondensed Specifies an ultra-condensed font stretch.
0x00000002ExtraCondensed Specifies an extra-condensed font stretch.
0x00000003Condensed Specifies a condensed font stretch.
0x00000004SemiCondensed Specifies a semi-condensed font stretch.
0x00000005SemiExpanded Specifies a semi-expanded font stretch.
0x00000006Expanded Specifies an expanded font stretch.
0x00000007ExtraExpanded Specifies an extra-expanded font stretch.
0x00000008UltraExpanded 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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Annotations.Core.AnnFontStretch

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features