public enum EFontResourceNotoSansHK extends Enum<EFontResourceNotoSansHK> implements com.helger.font.api.IHasFontResource
| Enum Constant and Description |
|---|
NOTO_SANS_HK_BLACK |
NOTO_SANS_HK_BOLD |
NOTO_SANS_HK_LIGHT |
NOTO_SANS_HK_MEDIUM |
NOTO_SANS_HK_REGULAR |
NOTO_SANS_HK_THIN |
| Modifier and Type | Method and Description |
|---|---|
com.helger.font.api.IFontResource |
getFontResource() |
static EFontResourceNotoSansHK |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFontResourceNotoSansHK[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EFontResourceNotoSansHK NOTO_SANS_HK_THIN
public static final EFontResourceNotoSansHK NOTO_SANS_HK_LIGHT
public static final EFontResourceNotoSansHK NOTO_SANS_HK_REGULAR
public static final EFontResourceNotoSansHK NOTO_SANS_HK_MEDIUM
public static final EFontResourceNotoSansHK NOTO_SANS_HK_BOLD
public static final EFontResourceNotoSansHK NOTO_SANS_HK_BLACK
public static EFontResourceNotoSansHK[] values()
for (EFontResourceNotoSansHK c : EFontResourceNotoSansHK.values()) System.out.println(c);
public static EFontResourceNotoSansHK 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 © 2020–2021 Philip Helger. All rights reserved.