public enum AnnFontWeight
typedef NS_ENUM(NSInteger, LTAnnFontWeight) {
LTAnnFontWeightNormal = 0,
LTAnnFontWeightThin = 1,
LTAnnFontWeightExtraLight = 2,
LTAnnFontWeightLight = 3,
LTAnnFontWeightMedium = 4,
LTAnnFontWeightSemiBold = 5,
LTAnnFontWeightBold = 6,
LTAnnFontWeightExtraBold = 7,
LTAnnFontWeightBlack = 8,
LTAnnFontWeightExtraBlack = 9,
};
public enum AnnFontWeight
public:
enum class AnnFontWeight sealed
class AnnFontWeight(Enum):
Normal = 0
Thin = 1
ExtraLight = 2
Light = 3
Medium = 4
SemiBold = 5
Bold = 6
ExtraBold = 7
Black = 8
ExtraBlack = 9
Value | Member | Description |
---|---|---|
0 | Normal | 400 font weight |
1 | Thin | 100 font weight |
2 | ExtraLight | 200 font weight |
3 | Light | 300 font weight |
4 | Medium | 500 font weight |
5 | SemiBold | 600 font weight |
6 | Bold | 700 font weight |
7 | ExtraBold | 800 font weight |
8 | Black | 900 font weight |
9 | ExtraBlack | 950 font weight |
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document