public enum EFontResourceLato2 extends Enum<EFontResourceLato2> implements com.helger.font.api.IHasFontResource
| Modifier and Type | Method and Description |
|---|---|
com.helger.font.api.IFontResource |
getFontResource() |
static EFontResourceLato2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFontResourceLato2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EFontResourceLato2 LATO2_HAIRLINE
public static final EFontResourceLato2 LATO2_HAIRLINE_ITALIC
public static final EFontResourceLato2 LATO2_THIN
public static final EFontResourceLato2 LATO2_THIN_ITALIC
public static final EFontResourceLato2 LATO2_LIGHT
public static final EFontResourceLato2 LATO2_LIGHT_ITALIC
public static final EFontResourceLato2 LATO2_NORMAL
public static final EFontResourceLato2 LATO2_NORMAL_ITALIC
public static final EFontResourceLato2 LATO2_MEDIUM
public static final EFontResourceLato2 LATO2_MEDIUM_ITALIC
public static final EFontResourceLato2 LATO2_SEMI_BOLD
public static final EFontResourceLato2 LATO2_SEMI_BOLD_ITALIC
public static final EFontResourceLato2 LATO2_BOLD
public static final EFontResourceLato2 LATO2_BOLD_ITALIC
public static final EFontResourceLato2 LATO2_HEAVY
public static final EFontResourceLato2 LATO2_HEAVY_ITALIC
public static final EFontResourceLato2 LATO2_BLACK
public static final EFontResourceLato2 LATO2_BLACK_ITALIC
public static EFontResourceLato2[] values()
for (EFontResourceLato2 c : EFontResourceLato2.values()) System.out.println(c);
public static EFontResourceLato2 valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Nonnull public com.helger.font.api.IFontResource getFontResource()
getFontResource in interface com.helger.font.api.IHasFontResourceCopyright © 2014–2020 Philip Helger. All rights reserved.