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. fontFormatsThe 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. formatsThe font formats possible, in priority order.Methods in com.iizix.prop.font that return FontFormat Modifier and Type Method Description static FontFormatFontFormat. fromFileExtension(java.lang.String fileName)Returns the format for the file extension.static FontFormatFontFormat. fromTypeName(java.lang.String typeName)Returns the format for the format type name-FontFormatFontFile. getFormat()Returns the format for this font.static FontFormatFontFormat. 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.