Uses of Class
com.iizigo.font.CSSFontDefinition
Packages that use CSSFontDefinition
Uses of CSSFontDefinition in com.iizigo.font
Methods in com.iizigo.font that return types with arguments of type CSSFontDefinitionModifier and TypeMethodDescriptionstatic List<CSSFontDefinition>Processes a CSS file from a file.static List<CSSFontDefinition>CSSFontDefinition.parse(CSSRuleList list, ArrayList<String> warnings, File dir, boolean doIcons) Parses all fond definitions found in a style sheet.Methods in com.iizigo.font with parameters of type CSSFontDefinitionModifier and TypeMethodDescriptionstatic intCSSFontDefinition.buildFromTTF(CSSFontDefinition fd, File file) Builds the icons that are available in the TrueType font file as defined characters between ASCII 32 and less than 65535.