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. glyphSubstitutionMap
Methods 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. glyphSubstitutionMap
Methods in com.itextpdf.text.pdf.languages that return Glyph Modifier and Type Method Description private Glyph
BanglaGlyphRepositioner. getGlyph(char c)
private Glyph
IndicGlyphRepositioner. 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 Glyph
IndicGlyphRepositioner. getNextGlyph(java.util.List<Glyph> glyphs, int currentIndex)
private void
BanglaGlyphRepositioner. handleOKaarAndOUKaar(int currentIndex, java.util.List<Glyph> glyphList, char first, char second)
This is a dirty hack to display O-Kar (ো) and Ou-Kar (ৌ).void
BanglaGlyphRepositioner. repositionGlyphs(java.util.List<Glyph> glyphList)
void
GlyphRepositioner. repositionGlyphs(java.util.List<Glyph> glyphList)
void
IndicGlyphRepositioner. repositionGlyphs(java.util.List<Glyph> glyphList)
-