Searched refs:fontFaces (Results 1 – 2 of 2) sorted by relevance
42 private final Map fontFaces; field in FontFaceDeclsSection46 fontFaces = new HashMap(); in FontFaceDeclsSection()53 fontFaces.put(style.getStyleName(), style); in addFontFace()58 return (FontFaceElement) fontFaces.get(name); in getFontFace()63 … return (FontFaceElement[]) fontFaces.values().toArray(new FontFaceElement[fontFaces.size()]); in getAllFontFaces()68 return fontFaces.containsKey(fontName); in containsFont()
190 final TreeMap fontFaces = new TreeMap(); in writeFontFaces() local199 fontFaces.put(element.getStyleName(), element); in writeFontFaces()203 final Iterator values = fontFaces.values().iterator(); in writeFontFaces()
Completed in 12 milliseconds