Multivalent API

Uses of Class
multivalent.std.adaptor.pdf.PDF

Packages that use PDF
multivalent.std.adaptor.pdf PDF manipulation: read, render, modify, write.
 

Uses of PDF in multivalent.std.adaptor.pdf
 

Methods in multivalent.std.adaptor.pdf with parameters of type PDF
 NFont PDFReader.getFont(Dict fd, float size, java.awt.geom.AffineTransform Tm, PDF pdf)
          Fonts#createFont(Dict,float.AffineTransform,Dict,PDF,PDFReader) with cacheing and scaling.
static NFont Fonts.createFont(Dict fd, PDFReader pdfr, PDF pdf)
          Constructs NFont based on font dictionary, scaled to size pixels.
 

Constructors in multivalent.std.adaptor.pdf with parameters of type PDF
NFontType3(Dict fontdict, PDFReader pdfr, PDF pdf)
           
 


Multivalent API