GlyphCoverageTablepublic interface GlyphCoverageMapping
The GlyphCoverageMapping interface provides glyph identifier to coverage
index mapping support.
This work was originally authored by Glenn Adams (gadams@apache.org).
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
int getCoverageSize()
int getCoverageIndex(int gid)
gid - glyph identifier (code)Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.