Interface TTFOutputStream

All Known Implementing Classes:
PSTTFOutputStream

public interface TTFOutputStream
An interface for writing a TrueType font to an output stream.
  • Method Details

    • startFontStream

      void startFontStream() throws IOException
      Starts writing the font.
      Throws:
      IOException
    • getTableOutputStream

      TTFTableOutputStream getTableOutputStream()
      Returns an object for streaming TrueType tables.
    • getGlyphOutputStream

      TTFGlyphOutputStream getGlyphOutputStream()
      Returns an object for streaming TrueType glyphs in the glyf table.
    • endFontStream

      void endFontStream() throws IOException
      Ends writing the font.
      Throws:
      IOException