Enum EmfLogFontWeight

Enum EmfLogFontWeight

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Consts
Assembly: Aspose.Imaging.dll (25.4.0)

The Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfLogFont Weight.

public enum EmfLogFontWeight

Fields

FW_BLACK = 900

The black weight.

FW_BOLD = 700

The bold weight.

FW_DEMIBOLD = 600

The demibold weight.

FW_DONTCARE = 0

The don’t care

FW_EXTRABOLD = 800

The extrabold weight.

FW_EXTRALIGHT = 200

The extralight weight.

FW_HEAVY = 900

The heavy weight.

FW_LIGHT = 300

The light weight.

FW_MEDIUM = 500

The medium weight.

FW_NORMAL = 400

The normal weight.

FW_REGULAR = 400

The regular weight.

FW_SEMIBOLD = 600

The semibold weight.

FW_THIN = 100

The thin weight.

FW_ULTRABOLD = 800

The ultrabold weight.

FW_ULTRALIGHT = 200

The ultralight weight.