Uses of Class
com.iizix.prop.font.BrowserFontFormat
Packages that use BrowserFontFormat Package Description com.iizix.prop.font Uses of BrowserFontFormat in com.iizix.prop.font
Methods in com.iizix.prop.font that return BrowserFontFormat Modifier and Type Method Description static BrowserFontFormat
BrowserFontFormat. fromParsedUserAgent(ua_parser.Client client)
Finds the browser font format from the parsed client user agent.static BrowserFontFormat
BrowserFontFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BrowserFontFormat[]
BrowserFontFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.prop.font with parameters of type BrowserFontFormat Modifier and Type Method Description FontFile
FontFiles. getFontFile(BrowserFontFormat browserFontFormat)
Returns the font file that is used for the client session in question.