Class ClassicPdfFontMapper

  • All Implemented Interfaces:
    com.lowagie.text.pdf.FontMapper

    public class ClassicPdfFontMapper
    extends java.lang.Object
    implements com.lowagie.text.pdf.FontMapper
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.lowagie.text.pdf.BaseFont awtToPdf​(java.awt.Font font)  
      java.awt.Font pdfToAwt​(com.lowagie.text.pdf.BaseFont font, int size)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • awtToPdf

        public com.lowagie.text.pdf.BaseFont awtToPdf​(java.awt.Font font)
        Specified by:
        awtToPdf in interface com.lowagie.text.pdf.FontMapper
      • pdfToAwt

        public java.awt.Font pdfToAwt​(com.lowagie.text.pdf.BaseFont font,
                                      int size)
        Specified by:
        pdfToAwt in interface com.lowagie.text.pdf.FontMapper