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