org.apache.batik.svggen.font.table
Class Lookup
java.lang.Object
org.apache.batik.svggen.font.table.Lookup
public class Lookup
- extends Object
- Version:
- $Id: Lookup.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- David Schweinsberg
| 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,
RandomAccessFile raf,
int offset)
throws IOException
- Creates new Lookup
- Throws:
IOException
getType
public int getType()
getSubtableCount
public int getSubtableCount()
getSubtable
public LookupSubtable getSubtable(int i)
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.