Uses of Class
org.apache.fop.fonts.truetype.SVGGlyphData
-
Packages that use SVGGlyphData Package Description org.apache.fop.fonts Classes for font handling.org.apache.fop.fonts.truetype Classes for TrueType fonts. -
-
Uses of SVGGlyphData in org.apache.fop.fonts
Fields in org.apache.fop.fonts with type parameters of type SVGGlyphData Modifier and Type Field Description protected java.util.Map<java.lang.Integer,SVGGlyphData>
CustomFont. svgs
Methods in org.apache.fop.fonts that return SVGGlyphData Modifier and Type Method Description SVGGlyphData
MultiByteFont. getSVG(int c)
Method parameters in org.apache.fop.fonts with type arguments of type SVGGlyphData Modifier and Type Method Description void
CustomFont. setSVG(java.util.Map<java.lang.Integer,SVGGlyphData> svgs)
-
Uses of SVGGlyphData in org.apache.fop.fonts.truetype
Fields in org.apache.fop.fonts.truetype with type parameters of type SVGGlyphData Modifier and Type Field Description protected java.util.Map<java.lang.Integer,SVGGlyphData>
OpenFont. svgs
-