intarsys PDF library API

Uses of Interface
de.intarsys.font.IFont

Packages that use IFont
de.intarsys.font   
de.intarsys.pdf.font The font part of the PDF is quite large for itself, so it is extracted to a package of its own. 
 

Uses of IFont in de.intarsys.font
 

Methods in de.intarsys.font that return IFont
 IFont FontFamily.getFont(FontStyle style)
           
 IFont AbstractFontRegistry.getFont(String familyName, FontStyle style)
           
 

Methods in de.intarsys.font with parameters of type IFont
 void AbstractFontRegistry.addFont(IFont font)
           
 void FontFamily.setFont(IFont font, FontStyle style)
           
 

Uses of IFont in de.intarsys.pdf.font
 

Classes in de.intarsys.pdf.font that implement IFont
 class CIDFont
          A CID indexed font.
 class CIDFontType0
          A Type 1 based CID font.
 class CIDFontType2
          A TrueType based CID font.
 class PDFont
          A PDF font object.
 class PDFontAny
           
 class PDFontMMType1
          The implementation of a multiple master type 1 font.
 class PDFontTrueType
          basic implementation for true type support todo 2 review initialization (sequence problems)
 class PDFontType0
           
 class PDFontType1
          basic implementation for type 1 support
 class PDFontType3
           
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.