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

Version:
$Id: Ligature.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
David Schweinsberg

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 © 2000–2017 Apache Software Foundation. All rights reserved.