jp.cssj.sakae.opentype.truetype
クラス GlyfCompositeDescript
java.lang.Object
jp.cssj.sakae.opentype.table.Program
jp.cssj.sakae.opentype.truetype.GlyfDescript
jp.cssj.sakae.opentype.truetype.GlyfCompositeDescript
- すべての実装インタフェース:
- GlyphDescription
- public class GlyfCompositeDescript
- extends GlyfDescript
Glyph description for composite glyphs. Composite glyphs are made up of one
or more simple glyphs, usually with some sort of transformation applied to
each.
- バージョン:
- $Id: GlyfCompositeDescript.java,v 1.1 2006/04/04 12:21:56 harumanx
Exp $
- 作成者:
- David Schweinsberg
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlyfCompositeDescript
public GlyfCompositeDescript(GlyfTable parentTable,
RandomAccessFile raf)
throws IOException
getEndPtOfContours
public int getEndPtOfContours(int i)
getFlags
public byte getFlags(int i)
getXCoordinate
public short getXCoordinate(int i)
getYCoordinate
public short getYCoordinate(int i)
isComposite
public boolean isComposite()
getPointCount
public int getPointCount()
getContourCount
public int getContourCount()
getComponentIndex
public int getComponentIndex(int i)
getComponentCount
public int getComponentCount()
getCompositeComp
protected GlyfCompositeComp getCompositeComp(int i)
getCompositeCompEndPt
protected GlyfCompositeComp getCompositeCompEndPt(int i)
(c)2009 GNN & Co.,Ltd.