Class Lookup
- java.lang.Object
-
- org.apache.batik.svggen.font.table.Lookup
-
public class Lookup extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
IGNORE_BASE_GLYPHS
static int
IGNORE_BASE_LIGATURES
static int
IGNORE_BASE_MARKS
static int
MARK_ATTACHMENT_TYPE
-
Constructor Summary
Constructors Constructor Description Lookup(LookupSubtableFactory factory, java.io.RandomAccessFile raf, int offset)
Creates new Lookup
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LookupSubtable
getSubtable(int i)
int
getSubtableCount()
int
getType()
-
-
-
Field Detail
-
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
-
-
Constructor Detail
-
Lookup
public Lookup(LookupSubtableFactory factory, java.io.RandomAccessFile raf, int offset) throws java.io.IOException
Creates new Lookup- Throws:
java.io.IOException
-
-
Method Detail
-
getType
public int getType()
-
getSubtableCount
public int getSubtableCount()
-
getSubtable
public LookupSubtable getSubtable(int i)
-
-