(Leadtools.Annotations.Core)

AnnFontWeight Enumeration

Show in webframe





Refers to the density of a typeface, in terms of the lightness or heaviness of the strokes.
Syntax
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, };
Members
ValueMemberDescription
0Normal400 font weight
1Thin100 font weight
2ExtraLight200 font weight
3Light300 font weight
4Medium500 font weight
5SemiBold600 font weight
6Bold700 font weight
7ExtraBold800 font weight
8Black900 font weight
9ExtraBlack950 font weight
Remarks

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.

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.