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

フィールドの概要
protected  int advanceWidth
           
protected  short leftSideBearing
           
 
コンストラクタの概要
Glyph(short leftSideBearing, int advanceWidth, Shape shape, byte[] charString)
           
 
メソッドの概要
 byte[] getCharString()
           
 Shape getShape()
           
 
クラス 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.