Uses of Class
com.itextpdf.io.font.otf.GlyphLine.GlyphLinePart
-
Packages that use GlyphLine.GlyphLinePart Package Description com.itextpdf.io.font.otf com.itextpdf.kernel.pdf.canvas com.itextpdf.layout.renderer -
-
Uses of GlyphLine.GlyphLinePart in com.itextpdf.io.font.otf
Methods in com.itextpdf.io.font.otf that return GlyphLine.GlyphLinePart Modifier and Type Method Description GlyphLine.GlyphLinePartActualTextIterator. next()private GlyphLine.GlyphLinePartActualTextIterator. nextGlyphLinePart(int pos)GlyphLine.GlyphLinePartGlyphLine.GlyphLinePart. setActualText(java.lang.String actualText)Sets the actual text of the glyph line part.GlyphLine.GlyphLinePartGlyphLine.GlyphLinePart. setEnd(int end)Sets the end of the glyph line part.GlyphLine.GlyphLinePartGlyphLine.GlyphLinePart. setReversed(boolean reversed)Sets whether the glyph line part is reversed.GlyphLine.GlyphLinePartGlyphLine.GlyphLinePart. setStart(int start)Sets the start of the glyph line part.Methods in com.itextpdf.io.font.otf that return types with arguments of type GlyphLine.GlyphLinePart Modifier and Type Method Description java.util.Iterator<GlyphLine.GlyphLinePart>GlyphLine. iterator()Methods in com.itextpdf.io.font.otf with parameters of type GlyphLine.GlyphLinePart Modifier and Type Method Description private booleanActualTextIterator. glyphLinePartNeedsActualText(GlyphLine.GlyphLinePart glyphLinePart) -
Uses of GlyphLine.GlyphLinePart in com.itextpdf.kernel.pdf.canvas
Method parameters in com.itextpdf.kernel.pdf.canvas with type arguments of type GlyphLine.GlyphLinePart Modifier and Type Method Description PdfCanvasPdfCanvas. showText(GlyphLine text, java.util.Iterator<GlyphLine.GlyphLinePart> iterator)Shows text (operator Tj). -
Uses of GlyphLine.GlyphLinePart in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return GlyphLine.GlyphLinePart Modifier and Type Method Description GlyphLine.GlyphLinePartTextRenderer.ReversedCharsIterator. next()
-