|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GlyphCoverageMapping
The GlyphCoverageMapping
interface provides glyph identifier to coverage
index mapping support.
This work was originally authored by Glenn Adams (gadams@apache.org).
Method Summary | |
---|---|
int |
getCoverageIndex(int gid)
Map glyph identifier (code) to coverge index. |
int |
getCoverageSize()
Obtain size of coverage table, i.e., ciMax + 1, where ciMax is the maximum coverage index. |
Method Detail |
---|
int getCoverageSize()
int getCoverageIndex(int gid)
gid
- glyph identifier (code)
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |