Enum EmfWeight
Enum EmfWeight
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
The Weight enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces.
public enum EmfWeight : byte
Fields
PAN_ANY = 0
The Any weight.
PAN_NO_FIT = 1
The No fit.
PAN_WEIGHT_BLACK = 10
The black weight.
PAN_WEIGHT_BOLD = 8
The bold weight.
PAN_WEIGHT_BOOK = 5
The book weight.
PAN_WEIGHT_DEMI = 7
The demi weight.
PAN_WEIGHT_HEAVY = 9
The heavy weight.
PAN_WEIGHT_LIGHT = 3
The light weight.
PAN_WEIGHT_MEDIUM = 6
The medium weight.
PAN_WEIGHT_NORD = 11
The nord weight.
PAN_WEIGHT_THIN = 4
The thin weight.
PAN_WEIGHT_VERY_LIGHT = 2
Very light weight.