GlyphPositioningSubtable
public interface GlyphPositioning
The GlyphPositioning
interface is implemented by a glyph positioning subtable
that supports the determination of glyph positioning 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 | Description |
---|---|---|
boolean |
position(GlyphPositioningState ps) |
Perform glyph positioning at the current index, mutating the positioning state object as required.
|
boolean position(GlyphPositioningState ps)
ps
- glyph positioning state objectCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.