Uses of Class
org.apache.fop.fonts.SingleByteFont
Packages that use SingleByteFont
Package
Description
Classes for font handling.
Classes for TrueType fonts.
Classes for Adobe Type 1 fonts.
PostScript Renderer
-
Uses of SingleByteFont in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as SingleByteFontModifier and TypeFieldDescriptionprivate SingleByteFontXMLFontMetricsReader.singleFontDeprecated. -
Uses of SingleByteFont in org.apache.fop.fonts.truetype
Fields in org.apache.fop.fonts.truetype declared as SingleByteFont -
Uses of SingleByteFont in org.apache.fop.fonts.type1
Fields in org.apache.fop.fonts.type1 declared as SingleByteFontModifier and TypeFieldDescriptionprivate SingleByteFontType1SubsetFile.sbfontprivate SingleByteFontType1FontLoader.singleFontMethods in org.apache.fop.fonts.type1 with parameters of type SingleByteFontModifier and TypeMethodDescriptionprivate static voidType1FontLoader.addUnencodedCharacter(SingleByteFont font, AFMCharMetrics metrics) byte[]Type1SubsetFile.createSubset(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 SingleByteFontModifier and TypeMethodDescriptionprivate static voidPSFontUtils.embedTrueTypeFont(org.apache.xmlgraphics.ps.PSGenerator gen, SingleByteFont font, InputStream fontStream) private static voidPSFontUtils.writeEncoding(org.apache.xmlgraphics.ps.PSGenerator gen, SingleByteFont font)