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 voidOpenFont. stream(TTFOutputStream ttfOut)Streams a font.voidTTFSubSetFile. 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 classPSTTFOutputStreamStreams a TrueType font according to the PostScript format.
-