multivalent.std.adaptor.pdf
public class FontType3 extends FontPDF
Version: $Revision: 1.13 $ $Date: 2003/10/27 14:20:07 $
Constructor Summary | |
---|---|
FontType3(Dict fontdict, double pointsize, float size, AffineTransform Tm, Dict page, PDF pdf, PDFReader pdfr) |
Method Summary | |
---|---|
FontPDF | deriveFont(double pointsize, float size, AffineTransform Tm) |
double | getAdvance(char ch) |
Node | getGlyph(char ch) |
double | measureText(StringBuffer txt8, int s, int e) |
void | setPage(Dict page)
Type 3 fonts potentially need the /Resources dictionary for the current page,
so set this before using this font on the page. |
/Resources
dictionary for the current page,
so set this before using this font on the page. (Yes, this is bad design -- they should have a local /Resources
.)