'宣言 Public Enum C1FontWeight Inherits System.Enum
'使用法 Dim instance As C1FontWeight
public enum C1FontWeight : System.Enum
'宣言 Public Enum C1FontWeight Inherits System.Enum
'使用法 Dim instance As C1FontWeight
public enum C1FontWeight : System.Enum
| メンバ | 解説 |
|---|---|
Black | "Black" font (900). |
Bold | "Bold" font (700). |
DemiBold | "Demi Bold" font (600). |
ExtraBlack | "Extra Black" font (950). |
ExtraBold | "Extra Bold" font (800). |
ExtraLight | "Extra Light" font (200). |
Heavy | "Heavy" font (900). |
Light | "Light" font (300). |
Medium | "Medium" font (500). |
Normal | "Normal" font (400). |
Regular | "Regular" font (400). |
SemiBold | "Semi Bold" font (600). |
SemiLight | "Semi Light" font (350). |
Thin | "Thin" font (100). |
UltraBlack | "Ultra Black" font (950). |
UltraBold | "Ultra Bold" font (800). |
UltraLight | "Ultra Light" font (200). |
System.Object
System.ValueType
System.Enum
C1.Document.C1FontWeight