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).
Modifier and Type | Method and 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 © 2025 Apache Software Foundation. All rights reserved.