Leadtools.Annotations.Core.AnnFontStyle = function() { }; Leadtools.Annotations.Core.AnnFontStyle.prototype = {
normal = 0, italic = 1, oblique = 2, };
!MISSING Scrap '_RTJavaScript_Enumeration_SYNTAX'!
Value | Member | Description |
---|---|---|
0 | normal | The characters in a normal, or roman, font is upright. |
1 | italic | The characters in an italic font are truly slanted and appear as they were designed. |
2 | 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.