com.itextpdf.text.pdf
Class PdfATtfUnicodeWriter

java.lang.Object
  extended by com.itextpdf.text.pdf.TtfUnicodeWriter
      extended by com.itextpdf.text.pdf.PdfATtfUnicodeWriter

public class PdfATtfUnicodeWriter
extends TtfUnicodeWriter

See Also:
TtfUnicodeWriter

Field Summary
 
Fields inherited from class com.itextpdf.text.pdf.TtfUnicodeWriter
writer
 
Constructor Summary
PdfATtfUnicodeWriter(PdfWriter writer)
           
 
Method Summary
 void writeFont(com.itextpdf.text.pdf.TrueTypeFontUnicode font, PdfIndirectReference ref, Object[] params, byte[] rotbits)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfATtfUnicodeWriter

public PdfATtfUnicodeWriter(PdfWriter writer)
See Also:
TtfUnicodeWriter#TtfUnicodeWriter(PdfWriter)
Method Detail

writeFont

public void writeFont(com.itextpdf.text.pdf.TrueTypeFontUnicode font,
                      PdfIndirectReference ref,
                      Object[] params,
                      byte[] rotbits)
               throws DocumentException,
                      IOException
Overrides:
writeFont in class TtfUnicodeWriter
Throws:
DocumentException
IOException
See Also:
TtfUnicodeWriter#writeFont(TrueTypeFontUnicode, PdfIndirectReference, Object[], byte[])


Copyright © 2013. All Rights Reserved.