Uses of Class
com.itextpdf.text.pdf.Glyph
Packages that use Glyph
Package
Description
-
Uses of Glyph in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf with type parameters of type GlyphMethods in com.itextpdf.text.pdf that return types with arguments of type Glyph -
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 -
Uses of Glyph in com.itextpdf.text.pdf.languages
Fields in com.itextpdf.text.pdf.languages with type parameters of type GlyphMethods in com.itextpdf.text.pdf.languages that return GlyphModifier and TypeMethodDescriptionprivate Glyph
BanglaGlyphRepositioner.getGlyph
(char c) private Glyph
IndicGlyphRepositioner.getNextGlyph
(List<Glyph> glyphs, int currentIndex) Method parameters in com.itextpdf.text.pdf.languages with type arguments of type GlyphModifier and TypeMethodDescriptionprivate Glyph
IndicGlyphRepositioner.getNextGlyph
(List<Glyph> glyphs, int currentIndex) private void
BanglaGlyphRepositioner.handleOKaarAndOUKaar
(int currentIndex, List<Glyph> glyphList, char first, char second) This is a dirty hack to display O-Kar (ো) and Ou-Kar (ৌ).void
BanglaGlyphRepositioner.repositionGlyphs
(List<Glyph> glyphList) void
GlyphRepositioner.repositionGlyphs
(List<Glyph> glyphList) void
IndicGlyphRepositioner.repositionGlyphs
(List<Glyph> glyphList)