Uses of Enum Class
com.iizix.prop.font.FontFormat
Uses of FontFormat in com.iizigo.font
Modifier and TypeFieldDescriptionfinal ArrayList<FontFormat>
CSSFontDefinition.fontFormats
The font file formats, null entries when not found.Uses of FontFormat in com.iizix.prop.font
Modifier and TypeFieldDescriptionfinal FontFormat[]
BrowserFontFormat.formats
The font formats possible, in priority order.Modifier and TypeMethodDescriptionstatic final FontFormat
FontFormat.fromFileExtension
(String fileName) Returns the format for the file extension.static final FontFormat
FontFormat.fromTypeName
(String typeName) Returns the format for the format type name-FontFile.getFormat()
Returns the format for this font.static FontFormat
Returns the enum constant of this class with the specified name.static FontFormat[]
FontFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.