multivalent.std.adaptor.pdf
public class NFontType3 extends NFontSimple implements Cloneable
Version: $Revision: 1.16 $ $Date: 2003/12/04 01:45:49 $
Field Summary | |
---|---|
static String | FORMAT |
Constructor Summary | |
---|---|
NFontType3(Dict fontdict, PDF pdf) |
Method Summary | |
---|---|
boolean | canDisplayEchar(char ech) |
NFontType3 | deriveFont(float size) |
NFontType3 | deriveFont(AffineTransform at) |
void | drawEstring(Graphics2D g, String estr, float x, float y, int mode) |
Point2D | echarAdvance(char ech) |
String | getFamily() |
String | getFormat() |
String | getName() |
int | getNumGlyphs() |
char | getSpaceChar() |
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 PDF -- the document should have a local /Resources
.)