Uses of Class
com.itextpdf.io.font.otf.Glyph
Package
Description
-
Uses of Glyph in com.itextpdf.io.font
Modifier and TypeMethodDescriptionFontProgram.getGlyph
(int unicode) Find glyph by glyph name.FontProgram.getGlyphByCode
(int charCode) Modifier and TypeMethodDescriptionint
CidFont.getKerning
(Glyph glyph1, Glyph glyph2) abstract int
FontProgram.getKerning
(Glyph first, Glyph second) Gets the kerning between two glyphs.int
TrueTypeFont.getKerning
(Glyph first, Glyph second) Gets the kerning between two glyphs.int
Type1Font.getKerning
(Glyph first, Glyph second) -
Uses of Glyph in com.itextpdf.io.font.otf
Modifier and TypeMethodDescriptionGlyphLine.get
(int index) OpenTypeFontTableReader.getGlyph
(int index) Modifier and TypeMethodDescriptionboolean
void
void
ModifierConstructorDescriptionCopy a Glyph.Copy a glyph and assign the copied glyph a new unicode point and charactersCopy a Glyph and assign new placement and advance offsets and a new index delta to base glyphModifierConstructorDescriptionCreate a new line of Glyphs.Create a new line of Glyphs from a slice of a List of Glyphs.protected
GlyphLine
(List<Glyph> glyphs, List<GlyphLine.ActualText> actualText, int start, int end) Create a new line of Glyphs from a slice of a List of Glyphs, and add the actual text.GlyphPositioningTableReader
(RandomAccessFileOrArray rf, int gposTableLocation, OpenTypeGdefTableReader gdef, Map<Integer, Glyph> indexGlyphMap, int unitsPerEm) GlyphSubstitutionTableReader
(RandomAccessFileOrArray rf, int gsubTableLocation, OpenTypeGdefTableReader gdef, Map<Integer, Glyph> indexGlyphMap, int unitsPerEm) protected
OpenTypeFontTableReader
(RandomAccessFileOrArray rf, int tableLocation, OpenTypeGdefTableReader gdef, Map<Integer, Glyph> indexGlyphMap, int unitsPerEm) -
Uses of Glyph in com.itextpdf.kernel.font
Modifier and TypeMethodDescriptionabstract Glyph
PdfFont.getGlyph
(int unicode) Get glyph by unicodePdfTrueTypeFont.getGlyph
(int unicode) PdfType0Font.getGlyph
(int unicode) PdfType1Font.getGlyph
(int unicode) PdfType3Font.getGlyph
(int unicode) Modifier and TypeMethodDescriptionabstract byte[]
PdfFont.convertToBytes
(Glyph glyph) byte[]
PdfSimpleFont.convertToBytes
(Glyph glyph) byte[]
PdfType0Font.convertToBytes
(Glyph glyph) int
Type3Font.getKerning
(Glyph glyph1, Glyph glyph2) Modifier and TypeMethodDescriptionabstract int
PdfFont.appendAnyGlyph
(String text, int from, List<Glyph> glyphs) Append any single glyph, even notdef.int
PdfSimpleFont.appendAnyGlyph
(String text, int from, List<Glyph> glyphs) int
PdfType0Font.appendAnyGlyph
(String text, int from, List<Glyph> glyphs) boolean
PdfFont.appendDecodedCodesToGlyphsList
(List<Glyph> list, PdfString characterCodes) Decodes sequence of character codes (e.g.boolean
PdfSimpleFont.appendDecodedCodesToGlyphsList
(List<Glyph> list, PdfString characterCodes) Decodes sequence of character codes (e.g.boolean
PdfType0Font.appendDecodedCodesToGlyphsList
(List<Glyph> list, PdfString characterCodes) Decodes sequence of character codes (e.g.abstract int
PdfFont.appendGlyphs
(String text, int from, int to, List<Glyph> glyphs) Append all supported glyphs and return number of processed chars.int
PdfSimpleFont.appendGlyphs
(String text, int from, int to, List<Glyph> glyphs) int
PdfType0Font.appendGlyphs
(String text, int from, int to, List<Glyph> glyphs) -
Uses of Glyph in com.itextpdf.layout.font
Modifier and TypeMethodDescriptionComplexFontSelectorStrategy.nextGlyphs()
FontSelectorStrategy.nextGlyphs()
-
Uses of Glyph in com.itextpdf.layout.renderer