org.apache.batik.svggen.font.table

Class Lookup

public class Lookup extends Object

Field Summary
static intIGNORE_BASE_GLYPHS
static intIGNORE_BASE_LIGATURES
static intIGNORE_BASE_MARKS
static intMARK_ATTACHMENT_TYPE
Constructor Summary
Lookup(LookupSubtableFactory factory, RandomAccessFile raf, int offset)
Creates new Lookup
Method Summary
LookupSubtablegetSubtable(int i)
intgetSubtableCount()
intgetType()

Field Detail

IGNORE_BASE_GLYPHS

public static final int IGNORE_BASE_GLYPHS

IGNORE_BASE_LIGATURES

public static final int IGNORE_BASE_LIGATURES

IGNORE_BASE_MARKS

public static final int IGNORE_BASE_MARKS

MARK_ATTACHMENT_TYPE

public static final int MARK_ATTACHMENT_TYPE

Constructor Detail

Lookup

public Lookup(LookupSubtableFactory factory, RandomAccessFile raf, int offset)
Creates new Lookup

Method Detail

getSubtable

public LookupSubtable getSubtable(int i)

getSubtableCount

public int getSubtableCount()

getType

public int getType()
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.