Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum FontWeight
Public Enumeration FontWeight
public enum class FontWeight
type FontWeight
Members
| Member | Value | Description |
|---|---|---|
| FW_DONTCARE | 0 | |
| FW_THIN | 100 | |
| FW_EXTRALIGHT | 200 | |
| FW_LIGHT | 300 | |
| FW_NORMAL | 400 | |
| FW_MEDIUM | 500 | |
| FW_SEMIBOLD | 600 | |
| FW_BOLD | 700 | |
| FW_EXTRABOLD | 800 | |
| FW_HEAVY | 900 |