Uses of Class
com.itextpdf.text.pdf.Glyph
-
Packages that use Glyph Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.fonts.otf com.itextpdf.text.pdf.languages -
-
Uses of Glyph in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf with type parameters of type Glyph Modifier and Type Field Description private java.util.Map<java.lang.String,Glyph>TrueTypeFontUnicode. glyphSubstitutionMapMethods in com.itextpdf.text.pdf that return types with arguments of type Glyph Modifier and Type Method Description protected java.util.Map<java.lang.String,Glyph>TrueTypeFontUnicode. getGlyphSubstitutionMap() -
Uses of Glyph in com.itextpdf.text.pdf.fonts.otf
Methods in com.itextpdf.text.pdf.fonts.otf that return types with arguments of type Glyph Modifier and Type Method Description java.util.Map<java.lang.String,Glyph>GlyphSubstitutionTableReader. getGlyphSubstitutionMap() -
Uses of Glyph in com.itextpdf.text.pdf.languages
Fields in com.itextpdf.text.pdf.languages with type parameters of type Glyph Modifier and Type Field Description private java.util.Map<java.lang.String,Glyph>BanglaGlyphRepositioner. glyphSubstitutionMapMethods in com.itextpdf.text.pdf.languages that return Glyph Modifier and Type Method Description private GlyphBanglaGlyphRepositioner. getGlyph(char c)private GlyphIndicGlyphRepositioner. getNextGlyph(java.util.List<Glyph> glyphs, int currentIndex)Method parameters in com.itextpdf.text.pdf.languages with type arguments of type Glyph Modifier and Type Method Description private GlyphIndicGlyphRepositioner. getNextGlyph(java.util.List<Glyph> glyphs, int currentIndex)private voidBanglaGlyphRepositioner. handleOKaarAndOUKaar(int currentIndex, java.util.List<Glyph> glyphList, char first, char second)This is a dirty hack to display O-Kar (ো) and Ou-Kar (ৌ).voidBanglaGlyphRepositioner. repositionGlyphs(java.util.List<Glyph> glyphList)voidGlyphRepositioner. repositionGlyphs(java.util.List<Glyph> glyphList)voidIndicGlyphRepositioner. repositionGlyphs(java.util.List<Glyph> glyphList)
-