Uses of Interface
org.apache.fop.fonts.truetype.TTFOutputStream
-
Packages that use TTFOutputStream Package Description org.apache.fop.fonts.truetype Classes for TrueType fonts.org.apache.fop.render.ps.fonts -
-
Uses of TTFOutputStream in org.apache.fop.fonts.truetype
Methods in org.apache.fop.fonts.truetype with parameters of type TTFOutputStream Modifier and Type Method Description void
OpenFont. stream(TTFOutputStream ttfOut)
Streams a font.void
TTFSubSetFile. stream(TTFOutputStream ttfOut)
-
Uses of TTFOutputStream in org.apache.fop.render.ps.fonts
Classes in org.apache.fop.render.ps.fonts that implement TTFOutputStream Modifier and Type Class Description class
PSTTFOutputStream
Streams a TrueType font according to the PostScript format.
-