Enum EmfLogFontWeight
Enum EmfLogFontWeight
Der Name: Aspose.Imaging.FileFormats.Emf.Emf.Consts Versammlung: Aspose.Imaging.dll (25.4.0)
Die Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfLogFont Gewicht.
public enum EmfLogFontWeight
Fields
FW_BLACK = 900
Das schwarze Gewicht.
FW_BOLD = 700
Das mutige Gewicht.
FW_DEMIBOLD = 600
Das halbe Gewicht.
FW_DONTCARE = 0
die sich nicht kümmert
FW_EXTRABOLD = 800
Das extrabold Gewicht.
FW_EXTRALIGHT = 200
Das extralight Gewicht.
FW_HEAVY = 900
Das schwere Gewicht.
FW_LIGHT = 300
Das Lichtgewicht.
FW_MEDIUM = 500
Das mittlere Gewicht.
FW_NORMAL = 400
Das normale Gewicht.
FW_REGULAR = 400
Das regelmäßige Gewicht.
FW_SEMIBOLD = 600
Das halbe Gewicht.
FW_THIN = 100
Das dünne Gewicht.
FW_ULTRABOLD = 800
Das ultraboldes Gewicht.
FW_ULTRALIGHT = 200
Das Ultraschallgewicht.