EmfLogFontWeight
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfLogFontWeight extends System.Enum
El EmfLogFont peso.
Campos
| Campo | Descripción |
|---|---|
| FW_DONTCARE | El no importa |
| FW_THIN | El peso delgado. |
| FW_EXTRALIGHT | El peso extraligero. |
| FW_ULTRALIGHT | El peso ultraligero. |
| FW_LIGHT | El peso ligero. |
| FW_NORMAL | El peso normal. |
| FW_REGULAR | El peso regular. |
| FW_MEDIUM | El peso medio. |
| FW_SEMIBOLD | El peso seminegrita. |
| FW_DEMIBOLD | El peso deminegrita. |
| FW_BOLD | El peso negrita. |
| FW_EXTRABOLD | El peso extranegrita. |
| FW_ULTRABOLD | El peso ultranegrita. |
| FW_BLACK | El peso negro. |
| FW_HEAVY | El peso pesado. |
FW_DONTCARE
public static final int FW_DONTCARE
El no importa
FW_THIN
public static final int FW_THIN
El peso delgado.
FW_EXTRALIGHT
public static final int FW_EXTRALIGHT
El peso extraligero.
FW_ULTRALIGHT
public static final int FW_ULTRALIGHT
El peso ultraligero.
FW_LIGHT
public static final int FW_LIGHT
El peso ligero.
FW_NORMAL
public static final int FW_NORMAL
El peso normal.
FW_REGULAR
public static final int FW_REGULAR
El peso regular.
FW_MEDIUM
public static final int FW_MEDIUM
El peso medio.
FW_SEMIBOLD
public static final int FW_SEMIBOLD
El peso seminegrita.
FW_DEMIBOLD
public static final int FW_DEMIBOLD
El peso deminegrita.
FW_BOLD
public static final int FW_BOLD
El peso negrita.
FW_EXTRABOLD
public static final int FW_EXTRABOLD
El peso extranegrita.
FW_ULTRABOLD
public static final int FW_ULTRABOLD
El peso ultranegrita.
FW_BLACK
public static final int FW_BLACK
El peso negro.
FW_HEAVY
public static final int FW_HEAVY
El peso pesado.