Uses of Enum Class
com.iizix.prop.font.FontFormat
Packages that use FontFormat
Uses of FontFormat in com.iizigo.font
Fields in com.iizigo.font with type parameters of type FontFormatModifier and TypeFieldDescriptionfinal ArrayList<FontFormat>
CSSFontDefinition.fontFormats
The font file formats, null entries when not found.Uses of FontFormat in com.iizix.prop.font
Fields in com.iizix.prop.font declared as FontFormatModifier and TypeFieldDescriptionfinal FontFormat[]
BrowserFontFormat.formats
The font formats possible, in priority order.Methods in com.iizix.prop.font that return FontFormatModifier 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.