| Leadtools.Annotations.Core Namespace : AnnFontWeight Enumeration |
public enum AnnFontWeight : System.Enum
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 = 0,
Thin = 1,
ExtraLight = 2,
Light = 3,
Medium = 4,
SemiBold = 5,
Bold = 6,
ExtraBold = 7,
Black = 8,
ExtraBlack = 9,
};
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.