Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace : AnnFontWeight Enumeration |
public enum AnnFontWeight : System.Enum
'Declaration
Public Enum AnnFontWeight Inherits System.Enum
public enum AnnFontWeight : System.Enum
typedef enum LTAnnFontWeight
public enum AnnFontWeight
Leadtools.Annotations.Core.AnnFontWeight = function() { }; Leadtools.Annotations.Core.AnnFontWeight.prototype = {
Normal = 0x00000000, Thin = 0x00000001, ExtraLight = 0x00000002, Light = 0x00000003, Medium = 0x00000004, SemiBold = 0x00000005, Bold = 0x00000006, ExtraBold = 0x00000007, Black = 0x00000008, ExtraBlack = 0x00000009, };
Weight differences are generally differentiated by an increased stroke or thickness that is associated with a given character in a typeface, as compared to a "normal" character from that same typeface.
An example is the Normal and UltraBold weights for the Palatino Linotype typeface.
Not all weights are available for all typefaces. When a weight is not available for a typeface, the closest matching weight is returned.
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.Core.AnnFontWeight