Package com.itextpdf.text.pdf.languages
Class IndicGlyphRepositioner
- java.lang.Object
-
- com.itextpdf.text.pdf.languages.IndicGlyphRepositioner
-
- All Implemented Interfaces:
GlyphRepositioner
- Direct Known Subclasses:
BanglaGlyphRepositioner
abstract class IndicGlyphRepositioner extends java.lang.Object implements GlyphRepositioner
-
-
Constructor Summary
Constructors Constructor Description IndicGlyphRepositioner()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) abstract java.util.List<java.lang.String>
getCharactersToBeShiftedLeftByOnePosition()
private Glyph
getNextGlyph(java.util.List<Glyph> glyphs, int currentIndex)
void
repositionGlyphs(java.util.List<Glyph> glyphList)
-
-
-
Method Detail
-
repositionGlyphs
public void repositionGlyphs(java.util.List<Glyph> glyphList)
- Specified by:
repositionGlyphs
in interfaceGlyphRepositioner
-
getCharactersToBeShiftedLeftByOnePosition
abstract java.util.List<java.lang.String> getCharactersToBeShiftedLeftByOnePosition()
-
-