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