com.itextpdf.text.pdf.languages
Class BanglaGlyphRepositioner

java.lang.Object
  extended by com.itextpdf.text.pdf.languages.BanglaGlyphRepositioner
All Implemented Interfaces:
GlyphRepositioner

public class BanglaGlyphRepositioner
extends Object

Author:
Palash Ray

Constructor Summary
BanglaGlyphRepositioner(Map<Integer,int[]> cmap31, Map<String,Glyph> glyphSubstitutionMap)
           
 
Method Summary
 List<String> getCharactersToBeShiftedLeftByOnePosition()
           
 void repositionGlyphs(List<Glyph> glyphList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BanglaGlyphRepositioner

public BanglaGlyphRepositioner(Map<Integer,int[]> cmap31,
                               Map<String,Glyph> glyphSubstitutionMap)
Method Detail

repositionGlyphs

public void repositionGlyphs(List<Glyph> glyphList)
Specified by:
repositionGlyphs in interface GlyphRepositioner

getCharactersToBeShiftedLeftByOnePosition

public List<String> getCharactersToBeShiftedLeftByOnePosition()


Copyright © 2013. All Rights Reserved.