LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

AnnFontStretches Enumeration

Show in webframe





Defines the degree to which a font form is stretched from its normal aspect ratio.
Syntax
'Declaration
 
Public Enum AnnFontStretches 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AnnFontStretches

            

            
public enum class AnnFontStretches : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000Normal

usWidthClass = 5, of normal = 100

0x00000001Condensed

usWidthClass = 3, of normal = 75

0x00000001UltraCondensed

usWidthClass = 1, of normal = 50

0x00000002ExtraCondensed

usWidthClass = 2, of normal = 62.5

0x00000004SemiCondensed

usWidthClass = 4, of normal = 87.5

0x00000005SemiExpanded

usWidthClass = 6, of normal = 112.5

0x00000005Expanded

usWidthClass = 7, of normal = 125

0x00000007ExtraExpanded

usWidthClass = 8, of normal = 150

0x00000008UltraExpanded

usWidthClass = 9, of normal = 200

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.

An example of Normal and Condensed font stretches for the "Rockwell Bold" typeface.

The AnnFontStretches 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Annotations.AnnFontStretches

Requirements

Target Platforms

See Also

Reference

Leadtools.Windows.Annotations Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.