phelps.awt.font
public class NFontType0 extends NFont implements Cloneable
Version: $Revision: 1.3 $ $Date: 2003/12/14 08:12:55 $
Field Summary | |
---|---|
static String | FORMAT |
Constructor Summary | |
---|---|
NFontType0(String base, NFont[] descendants) |
Method Summary | |
---|---|
boolean | canDisplayEchar(char ech) |
NFontType0 | deriveFont(float pointsize) |
NFontType0 | deriveFont(AffineTransform at) |
NFontType0 | deriveFont(CMap e2cid, CMap toUnicode) |
void | drawEstring(Graphics2D g, String estr, float x, float y, int mode) |
double | echarWidth(char ech) |
String | getFamily() |
String | getFormat() |
Rectangle2D | getMaxCharBounds() |
String | getName() |
int | getNumGlyphs() |
char | getSpaceChar() |
String | toCID(String estr) |