EmfLogFontWeight

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EmfLogFontWeight extends System.Enum

The EmfLogFont Weight.

Fields

FieldDescription
FW_DONTCAREThe don’t care
FW_THINThe thin weight.
FW_EXTRALIGHTThe extralight weight.
FW_ULTRALIGHTThe ultralight weight.
FW_LIGHTThe light weight.
FW_NORMALThe normal weight.
FW_REGULARThe regular weight.
FW_MEDIUMThe medium weight.
FW_SEMIBOLDThe semibold weight.
FW_DEMIBOLDThe demibold weight.
FW_BOLDThe bold weight.
FW_EXTRABOLDThe extrabold weight.
FW_ULTRABOLDThe ultrabold weight.
FW_BLACKThe black weight.
FW_HEAVYThe heavy weight.

FW_DONTCARE

public static final int FW_DONTCARE

The don’t care

FW_THIN

public static final int FW_THIN

The thin weight.

FW_EXTRALIGHT

public static final int FW_EXTRALIGHT

The extralight weight.

FW_ULTRALIGHT

public static final int FW_ULTRALIGHT

The ultralight weight.

FW_LIGHT

public static final int FW_LIGHT

The light weight.

FW_NORMAL

public static final int FW_NORMAL

The normal weight.

FW_REGULAR

public static final int FW_REGULAR

The regular weight.

FW_MEDIUM

public static final int FW_MEDIUM

The medium weight.

FW_SEMIBOLD

public static final int FW_SEMIBOLD

The semibold weight.

FW_DEMIBOLD

public static final int FW_DEMIBOLD

The demibold weight.

FW_BOLD

public static final int FW_BOLD

The bold weight.

FW_EXTRABOLD

public static final int FW_EXTRABOLD

The extrabold weight.

FW_ULTRABOLD

public static final int FW_ULTRABOLD

The ultrabold weight.

FW_BLACK

public static final int FW_BLACK

The black weight.

FW_HEAVY

public static final int FW_HEAVY

The heavy weight.