phelps.awt.font
public abstract class NFontSimple extends NFont
Version: $Revision: 1.4 $ $Date: 2003/12/20 10:42:58 $
Field Summary | |
---|---|
protected Rectangle2D | bbox_ left, bottom, right, top. |
protected Encoding | encoding_ |
protected int | firstch_ |
protected Encoding | intrinsic_ Character names indexed by glyph id. |
protected int | lastch_ |
protected AffineTransform | m_ Translation from glyph space to text space. |
protected int[] | newwidths_ |
Method Summary | |
---|---|
NFontSimple | deriveFont(int[] widths, int firstch)
Creates font with glyphs shaped horizontally to match passed widths (in character space).
|
NFontSimple | deriveFont(Encoding encoding, CMap toUnicode) Encodings are for fonts byte-addressed glyphs -- 256 or fewer active glyphs. |
Encoding | getEncoding() |
Rectangle2D | getMaxCharBounds() |