←Select platform

AnnFontWeight Enumeration

Summary

Refers to the density of a typeface, in terms of the lightness or heaviness of the strokes.

Syntax
C#
VB
Objective-C
C++
Java
public enum AnnFontWeight  
Public Enum AnnFontWeight  
typedef enum LTAnnFontWeight 
public enum AnnFontWeight 
public: 
   enum class AnnFontWeight sealed 

Members
ValueMemberDescription
0Normal 400 font weight
1Thin 100 font weight
2ExtraLight 200 font weight
3Light 300 font weight
4Medium 500 font weight
5SemiBold 600 font weight
6Bold 700 font weight
7ExtraBold 800 font weight
8Black 900 font weight
9ExtraBlack 950 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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly