com.itextpdf.text.pdf
Class TtfUnicodeWriter

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

public class TtfUnicodeWriter
extends Object


Field Summary
protected  PdfWriter writer
           
 
Constructor Summary
TtfUnicodeWriter(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
 

Field Detail

writer

protected PdfWriter writer
Constructor Detail

TtfUnicodeWriter

public TtfUnicodeWriter(PdfWriter writer)
Method Detail

writeFont

public void writeFont(com.itextpdf.text.pdf.TrueTypeFontUnicode font,
                      PdfIndirectReference ref,
                      Object[] params,
                      byte[] rotbits)
               throws DocumentException,
                      IOException
Throws:
DocumentException
IOException


Copyright © 2013. All Rights Reserved.