(Leadtools.Annotations.Core)

AnnFontStyle Enumeration

Show in webframe





Defines the style of an AnnFont.
Syntax
public enum AnnFontStyle : System.Enum 
Public Enum AnnFontStyle 
   Inherits System.Enum
public enum AnnFontStyle : System.Enum 
typedef enum LTAnnFontStyle
public enum AnnFontStyle
Leadtools.Annotations.Core.AnnFontStyle = function() { };
Leadtools.Annotations.Core.AnnFontStyle.prototype = {
Normal = 0, Italic = 1, Oblique = 2, };
Members
ValueMemberDescription
0NormalThe characters in a normal, or roman, font is upright.
1Italic The characters in an italic font are truly slanted and appear as they were designed.
2ObliqueThe characters in an oblique font are artificially slanted. The slant is achieved by performing a shear transformation on the characters from a normal font. When a true italic font is not available on a computer or printer, an oblique style can generated from the normal font and used to simulate an italic font.
Remarks

Three terms categorize the slant of a font: normal, italic, and oblique.

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations.Core Namespace

 

 


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