The AnnFontStyle Enumeration supports WPF/Silverlight.
The AnnFontStyle Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Defines the style of a font face as normal, italic, or oblique. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Enum AnnFontStyle Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnFontStyle |
C# | |
---|---|
public enum AnnFontStyle : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class AnnFontStyle : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Italic | The characters in an italic font are truly slanted and appear as they were designed. |
Normal | The characters in a normal, or roman, font are upright. |
Oblique | 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. |
Three terms categorize the slant of a font: normal, italic, and oblique.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Annotations.AnnFontStyle
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)