phelps.awt.font
public class NFontOpenType extends NFontTrueType implements Cloneable
Version: $Revision: 1.4 $ $Date: 2003/12/24 06:20:47 $
Field Summary | |
---|---|
static String | FORMAT |
static int | LAYOUT_KERN |
static int | LAYOUT_LIGATURE |
static int | LAYOUT_NONE |
static String | SUBFORMAT_CFF OpenType font with glyphs in CFF format. |
static String | SUBFORMAT_TRUETYPE OpenType font that is a TrueType font with extra tables. |
Constructor Summary | |
---|---|
NFontOpenType(URL source) |
Method Summary | |
---|---|
NFontOpenType | deriveFont(float pointsize) |
NFontOpenType | deriveFont(AffineTransform at) |
NFontSimple | deriveFont(int[] widths, int firstch) |
void | drawEstring(Graphics2D g, String estr, float x, float y, int mode) |
void | drawEstring(Graphics2D g, String estr, float x, float y, int mode, int layoutflags)
Draw using OpenType layout tables. |
String | getFormat() |
String | getSubformat() |