public static enum WoffConstants.TableFlagType extends Enum<WoffConstants.TableFlagType>
| Enum Constant and Description |
|---|
acnt |
arbitrary |
avar |
BASE |
bdat |
bloc |
bsln |
CBDT |
CBLC |
CFF |
cmap |
COLR |
CPAL |
cvar |
cvt |
EBDT |
EBLC |
EBSC |
fdsc |
feat |
FeaT |
fmtx |
fpgm |
fvar |
gasp |
GDEF |
GlaT |
GloC |
glyf |
GPOS |
GSUB |
gvar |
hdmx |
head |
hhea |
hmtx |
hsty |
JSTF |
just |
kern |
lcar |
loca |
LTSH |
MATH |
maxp |
mort |
morx |
name |
opbd |
OS2 |
PCLT |
post |
prep |
prop |
sbix |
SilF |
SilL |
SVG |
trak |
VDMX |
vhea |
vmtx |
VORG |
ZapF |
| Modifier and Type | Method and Description |
|---|---|
static WoffConstants.TableFlagType |
fromInt(int i) |
static WoffConstants.TableFlagType |
fromString(String str) |
int |
getValue() |
String |
toString() |
static WoffConstants.TableFlagType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WoffConstants.TableFlagType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WoffConstants.TableFlagType cmap
public static final WoffConstants.TableFlagType EBLC
public static final WoffConstants.TableFlagType CBDT
public static final WoffConstants.TableFlagType gvar
public static final WoffConstants.TableFlagType head
public static final WoffConstants.TableFlagType gasp
public static final WoffConstants.TableFlagType CBLC
public static final WoffConstants.TableFlagType hsty
public static final WoffConstants.TableFlagType hhea
public static final WoffConstants.TableFlagType hdmx
public static final WoffConstants.TableFlagType COLR
public static final WoffConstants.TableFlagType just
public static final WoffConstants.TableFlagType hmtx
public static final WoffConstants.TableFlagType kern
public static final WoffConstants.TableFlagType CPAL
public static final WoffConstants.TableFlagType lcar
public static final WoffConstants.TableFlagType maxp
public static final WoffConstants.TableFlagType LTSH
public static final WoffConstants.TableFlagType SVG
public static final WoffConstants.TableFlagType mort
public static final WoffConstants.TableFlagType name
public static final WoffConstants.TableFlagType PCLT
public static final WoffConstants.TableFlagType sbix
public static final WoffConstants.TableFlagType morx
public static final WoffConstants.TableFlagType OS2
public static final WoffConstants.TableFlagType VDMX
public static final WoffConstants.TableFlagType acnt
public static final WoffConstants.TableFlagType opbd
public static final WoffConstants.TableFlagType post
public static final WoffConstants.TableFlagType vhea
public static final WoffConstants.TableFlagType avar
public static final WoffConstants.TableFlagType prop
public static final WoffConstants.TableFlagType cvt
public static final WoffConstants.TableFlagType vmtx
public static final WoffConstants.TableFlagType bdat
public static final WoffConstants.TableFlagType trak
public static final WoffConstants.TableFlagType fpgm
public static final WoffConstants.TableFlagType BASE
public static final WoffConstants.TableFlagType bloc
public static final WoffConstants.TableFlagType ZapF
public static final WoffConstants.TableFlagType glyf
public static final WoffConstants.TableFlagType GDEF
public static final WoffConstants.TableFlagType bsln
public static final WoffConstants.TableFlagType SilF
public static final WoffConstants.TableFlagType loca
public static final WoffConstants.TableFlagType GPOS
public static final WoffConstants.TableFlagType cvar
public static final WoffConstants.TableFlagType GlaT
public static final WoffConstants.TableFlagType prep
public static final WoffConstants.TableFlagType GSUB
public static final WoffConstants.TableFlagType fdsc
public static final WoffConstants.TableFlagType GloC
public static final WoffConstants.TableFlagType CFF
public static final WoffConstants.TableFlagType EBSC
public static final WoffConstants.TableFlagType feat
public static final WoffConstants.TableFlagType FeaT
public static final WoffConstants.TableFlagType VORG
public static final WoffConstants.TableFlagType JSTF
public static final WoffConstants.TableFlagType fmtx
public static final WoffConstants.TableFlagType SilL
public static final WoffConstants.TableFlagType EBDT
public static final WoffConstants.TableFlagType MATH
public static final WoffConstants.TableFlagType fvar
public static final WoffConstants.TableFlagType arbitrary
public static WoffConstants.TableFlagType[] values()
for (WoffConstants.TableFlagType c : WoffConstants.TableFlagType.values()) System.out.println(c);
public static WoffConstants.TableFlagType 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 nullpublic int getValue()
public static WoffConstants.TableFlagType fromInt(int i)
public static WoffConstants.TableFlagType fromString(String str)
public String toString()
toString in class Enum<WoffConstants.TableFlagType>Copyright © 2016. All rights reserved.