←Select platform

AnnFontStyle Enumeration

Summary
Defines the style of an AnnFont.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AnnFontStyle  
typedef NS_ENUM(NSInteger, LTAnnFontStyle) { 
 LTAnnFontStyleNormal = 0,  
 LTAnnFontStyleItalic = 1,  
 LTAnnFontStyleOblique = 2,  
}; 
public enum AnnFontStyle 
public: 
   enum class AnnFontStyle sealed 
class AnnFontStyle(Enum): 
   Normal = 0 
   Italic = 1 
   Oblique = 2 
Members
ValueMemberDescription
0Normal The 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.
2Oblique The 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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.