org.apache.batik.svggen.font.table
Class Lookup
java.lang.Object
org.apache.batik.svggen.font.table.Lookup
public class Lookup
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGNORE_BASE_GLYPHS
public static final int IGNORE_BASE_GLYPHS
- See Also:
- Constant Field Values
IGNORE_BASE_LIGATURES
public static final int IGNORE_BASE_LIGATURES
- See Also:
- Constant Field Values
IGNORE_BASE_MARKS
public static final int IGNORE_BASE_MARKS
- See Also:
- Constant Field Values
MARK_ATTACHMENT_TYPE
public static final int MARK_ATTACHMENT_TYPE
- See Also:
- Constant Field Values
Lookup
public Lookup(LookupSubtableFactory factory,
java.io.RandomAccessFile raf,
int offset)
throws java.io.IOException
- Creates new Lookup
- Throws:
java.io.IOException
getType
public int getType()
getSubtableCount
public int getSubtableCount()
getSubtable
public LookupSubtable getSubtable(int i)
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.