jp.cssj.sakae.opentype
クラス Glyph
java.lang.Object
jp.cssj.sakae.opentype.Glyph
- public class Glyph
- extends Object
An individual glyph within a font.
- バージョン:
- $Id: Glyph.java,v 1.2 2007-05-06 04:27:02 miyabe Exp $
- 作成者:
- David Schweinsberg
コンストラクタの概要 |
Glyph(short leftSideBearing,
int advanceWidth,
Shape shape,
byte[] charString)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
leftSideBearing
protected final short leftSideBearing
advanceWidth
protected final int advanceWidth
Glyph
public Glyph(short leftSideBearing,
int advanceWidth,
Shape shape,
byte[] charString)
getShape
public Shape getShape()
getCharString
public byte[] getCharString()
(c)2009 GNN & Co.,Ltd.