Uses of Class
org.apache.fop.fonts.SingleByteFont
-
Packages that use SingleByteFont Package Description org.apache.fop.fonts Classes for font handling.org.apache.fop.fonts.truetype Classes for TrueType fonts.org.apache.fop.fonts.type1 Classes for Adobe Type 1 fonts.org.apache.fop.render.ps PostScript Renderer -
-
Uses of SingleByteFont in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as SingleByteFont Modifier and Type Field Description private SingleByteFontXMLFontMetricsReader. singleFontDeprecated. -
Uses of SingleByteFont in org.apache.fop.fonts.truetype
Fields in org.apache.fop.fonts.truetype declared as SingleByteFont Modifier and Type Field Description private SingleByteFontOFFontLoader. singleFont -
Uses of SingleByteFont in org.apache.fop.fonts.type1
Fields in org.apache.fop.fonts.type1 declared as SingleByteFont Modifier and Type Field Description private SingleByteFontType1SubsetFile. sbfontprivate SingleByteFontType1FontLoader. singleFontMethods in org.apache.fop.fonts.type1 with parameters of type SingleByteFont Modifier and Type Method Description private static voidType1FontLoader. addUnencodedCharacter(SingleByteFont font, AFMCharMetrics metrics)byte[]Type1SubsetFile. createSubset(java.io.InputStream in, SingleByteFont sbfont)private byte[]Type1SubsetFile. createSubset(SingleByteFont sbfont, boolean subsetSubroutines)Creates a new subset from the given type 1 font input stream -
Uses of SingleByteFont in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps with parameters of type SingleByteFont Modifier and Type Method Description private static voidPSFontUtils. embedTrueTypeFont(org.apache.xmlgraphics.ps.PSGenerator gen, SingleByteFont font, java.io.InputStream fontStream)private static voidPSFontUtils. writeEncoding(org.apache.xmlgraphics.ps.PSGenerator gen, SingleByteFont font)
-