(Leadtools.Annotations.Core)

AnnFontStretch Enumeration

Show in webframe





Defines the degree to which a font form is stretched from its normal aspect ratio.
Syntax
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, };
Members
ValueMemberDescription
0NormalSpecifies a normal font stretch.
1UltraCondensedSpecifies an ultra-condensed font stretch.
2ExtraCondensedSpecifies an extra-condensed font stretch.
3CondensedSpecifies a condensed font stretch.
4SemiCondensedSpecifies a semi-condensed font stretch.
5SemiExpandedSpecifies a semi-expanded font stretch.
6ExpandedSpecifies an expanded font stretch.
7ExtraExpandedSpecifies an extra-expanded font stretch.
8UltraExpandedSpecifies 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

See Also

Reference

Leadtools.Annotations.Core Namespace

 

 


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