public enum EFontResourceSourceSansPro extends Enum<EFontResourceSourceSansPro> implements com.helger.font.api.IHasFontResource
| Modifier and Type | Method and Description |
|---|---|
com.helger.font.api.IFontResource |
getFontResource() |
static EFontResourceSourceSansPro |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFontResourceSourceSansPro[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EFontResourceSourceSansPro SOURCE_SANS_PRO_EXTRA_LIGHT
public static final EFontResourceSourceSansPro SOURCE_SANS_PRO_EXTRA_LIGHT_ITALIC
public static final EFontResourceSourceSansPro SOURCE_SANS_PRO_LIGHT
public static final EFontResourceSourceSansPro SOURCE_SANS_PRO_LIGHT_ITALIC
public static final EFontResourceSourceSansPro SOURCE_SANS_PRO_NORMAL
public static final EFontResourceSourceSansPro SOURCE_SANS_PRO_NORMAL_ITALIC
public static final EFontResourceSourceSansPro SOURCE_SANS_PRO_SEMI_BOLD
public static final EFontResourceSourceSansPro SOURCE_SANS_PRO_SEMI_BOLD_ITALIC
public static final EFontResourceSourceSansPro SOURCE_SANS_PRO_BOLD
public static final EFontResourceSourceSansPro SOURCE_SANS_PRO_BOLD_ITALIC
public static final EFontResourceSourceSansPro SOURCE_SANS_PRO_BLACK
public static final EFontResourceSourceSansPro SOURCE_SANS_PRO_BLACK_ITALIC
public static EFontResourceSourceSansPro[] values()
for (EFontResourceSourceSansPro c : EFontResourceSourceSansPro.values()) System.out.println(c);
public static EFontResourceSourceSansPro 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 © 2018–2020 Philip Helger. All rights reserved.