public interface GlyphSubstitution
The GlyphSubstitution
interface is implemented by a glyph substitution subtable
that supports the determination of glyph substitution information based on script and
language of the corresponding character content.
This work was originally authored by Glenn Adams (gadams@apache.org).
Modifier and Type | Method and Description |
---|---|
boolean |
substitute(GlyphSubstitutionState ss)
Perform glyph substitution at the current index, mutating the substitution state object as required.
|
boolean substitute(GlyphSubstitutionState ss)
ss
- glyph substitution state objectCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.