Uses of Class
org.apache.fop.render.pcl.fonts.PCLSoftFont
-
Packages that use PCLSoftFont Package Description org.apache.fop.render.pcl.fonts org.apache.fop.render.pcl.fonts.truetype -
-
Uses of PCLSoftFont in org.apache.fop.render.pcl.fonts
Fields in org.apache.fop.render.pcl.fonts declared as PCLSoftFont Modifier and Type Field Description protected PCLSoftFont
PCLCharacterWriter. font
Methods in org.apache.fop.render.pcl.fonts that return PCLSoftFont Modifier and Type Method Description PCLSoftFont
PCLSoftFontManager. getSoftFont(Typeface font, java.lang.String text)
Finds a soft font associated with the given typeface.PCLSoftFont
PCLSoftFontManager. getSoftFontFromID(int index)
Constructors in org.apache.fop.render.pcl.fonts with parameters of type PCLSoftFont Constructor Description PCLCharacterWriter(PCLSoftFont font)
-
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 Constructor Description PCLTTFCharacterWriter(PCLSoftFont softFont)
-