package com.lowagie.text.pdf.languages; import java.util.List; import com.lowagie.text.pdf.Glyph; /** * * @author Palash Ray */ public interface GlyphRepositioner { void repositionGlyphs(List glyphList); }