Uses of Class
com.iizix.prop.font.FontFormat
Packages that use FontFormat Package Description com.iizigo.font com.iizix.prop.font Uses of FontFormat in com.iizigo.font
Fields in com.iizigo.font with type parameters of type FontFormat Modifier and Type Field Description java.util.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 FontFormat Modifier and Type Field Description FontFormat[]
BrowserFontFormat. formats
The font formats possible, in priority order.Methods in com.iizix.prop.font that return FontFormat Modifier and Type Method Description static FontFormat
FontFormat. fromFileExtension(java.lang.String fileName)
Returns the format for the file extension.static FontFormat
FontFormat. fromTypeName(java.lang.String typeName)
Returns the format for the format type name-FontFormat
FontFile. getFormat()
Returns the format for this font.static FontFormat
FontFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FontFormat[]
FontFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.