EmfLogFontWeight

EmfLogFontWeight enumeration

The EmfLogFont Weight.

public enum EmfLogFontWeight

Values

NameValueDescription
FW_DONTCARE0The don’t care
FW_THIN100The thin weight.
FW_EXTRALIGHT200The extralight weight.
FW_ULTRALIGHT200The ultralight weight.
FW_LIGHT300The light weight.
FW_NORMAL400The normal weight.
FW_REGULAR400The regular weight.
FW_MEDIUM500The medium weight.
FW_SEMIBOLD600The semibold weight.
FW_DEMIBOLD600The demibold weight.
FW_BOLD700The bold weight.
FW_EXTRABOLD800The extrabold weight.
FW_ULTRABOLD800The ultrabold weight.
FW_BLACK900The black weight.
FW_HEAVY900The heavy weight.

See Also