Uses of Class
org.apache.fop.render.pcl.fonts.PCLSoftFont
Packages that use PCLSoftFont
Package
Description
PCL Renderer (Supports PCL5 and HP GL/2)
-
Uses of PCLSoftFont in org.apache.fop.render.pcl
Methods in org.apache.fop.render.pcl with parameters of type PCLSoftFontModifier and TypeMethodDescriptionprivate voidPCLPainter.drawTextUsingSoftFont(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, String text, FontTriplet triplet, PCLSoftFont softFont) -
Uses of PCLSoftFont in org.apache.fop.render.pcl.fonts
Fields in org.apache.fop.render.pcl.fonts declared as PCLSoftFontFields in org.apache.fop.render.pcl.fonts with type parameters of type PCLSoftFontMethods in org.apache.fop.render.pcl.fonts that return PCLSoftFontModifier and TypeMethodDescriptionPCLSoftFontManager.getSoftFont(Typeface font, String text) Finds a soft font associated with the given typeface.private PCLSoftFontPCLSoftFontManager.getSoftFont(Typeface font, String text, List<Map<Character, Integer>> mappedGlyphs, PCLSoftFont last) PCLSoftFontManager.getSoftFontFromID(int index) Methods in org.apache.fop.render.pcl.fonts with parameters of type PCLSoftFontModifier and TypeMethodDescriptionprivate intPCLSoftFontManager.countNonMatches(PCLSoftFont font, String text) private PCLSoftFontPCLSoftFontManager.getSoftFont(Typeface font, String text, List<Map<Character, Integer>> mappedGlyphs, PCLSoftFont last) Constructors in org.apache.fop.render.pcl.fonts with parameters of type PCLSoftFont -
Uses of PCLSoftFont in org.apache.fop.render.pcl.fonts.truetype
Constructors in org.apache.fop.render.pcl.fonts.truetype with parameters of type PCLSoftFont