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 SingleByteFont
XMLFontMetricsReader.singleFont
Deprecated. -
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 SingleByteFont
Type1SubsetFile.sbfont
private SingleByteFont
Type1FontLoader.singleFont
Methods in org.apache.fop.fonts.type1 with parameters of type SingleByteFontModifier and TypeMethodDescriptionprivate static void
Type1FontLoader.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 void
PSFontUtils.embedTrueTypeFont
(org.apache.xmlgraphics.ps.PSGenerator gen, SingleByteFont font, InputStream fontStream) private static void
PSFontUtils.writeEncoding
(org.apache.xmlgraphics.ps.PSGenerator gen, SingleByteFont font)