Enum EmfLogFontWeight
EmfLogFontWeight enumeration
The EmfLogFont
Weight.
public enum EmfLogFontWeight
Values
Name | Value | Description |
---|---|---|
FW_DONTCARE | 0 | The don’t care |
FW_THIN | 100 | The thin weight. |
FW_EXTRALIGHT | 200 | The extralight weight. |
FW_ULTRALIGHT | 200 | The ultralight weight. |
FW_LIGHT | 300 | The light weight. |
FW_NORMAL | 400 | The normal weight. |
FW_REGULAR | 400 | The regular weight. |
FW_MEDIUM | 500 | The medium weight. |
FW_SEMIBOLD | 600 | The semibold weight. |
FW_DEMIBOLD | 600 | The demibold weight. |
FW_BOLD | 700 | The bold weight. |
FW_EXTRABOLD | 800 | The extrabold weight. |
FW_ULTRABOLD | 800 | The ultrabold weight. |
FW_BLACK | 900 | The black weight. |
FW_HEAVY | 900 | The heavy weight. |
See Also
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Consts
- assembly Aspose.Imaging