org.apache.batik.svggen.font.table
Class Ligature

java.lang.Object
  extended by org.apache.batik.svggen.font.table.Ligature

public class Ligature
extends Object


Constructor Summary
Ligature(RandomAccessFile raf)
          Creates new Ligature
 
Method Summary
 int getGlyphCount()
           
 int getGlyphId(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ligature

public Ligature(RandomAccessFile raf)
         throws IOException
Creates new Ligature

Throws:
IOException
Method Detail

getGlyphCount

public int getGlyphCount()

getGlyphId

public int getGlyphId(int i)


Copyright © 2017 Apache Software Foundation. All Rights Reserved.