Uses of Class
com.itextpdf.io.font.otf.GlyphLine.GlyphLinePart
-
Uses of GlyphLine.GlyphLinePart in com.itextpdf.io.font.otf
Modifier and TypeMethodDescriptionActualTextIterator.next()
GlyphLine.GlyphLinePart.setActualText
(String actualText) Sets the actual text of the glyph line part.GlyphLine.GlyphLinePart.setEnd
(int end) Sets the end of the glyph line part.GlyphLine.GlyphLinePart.setReversed
(boolean reversed) Sets whether the glyph line part is reversed.GlyphLine.GlyphLinePart.setStart
(int start) Sets the start of the glyph line part. -
Uses of GlyphLine.GlyphLinePart in com.itextpdf.kernel.pdf.canvas
Modifier and TypeMethodDescriptionPdfCanvas.showText
(GlyphLine text, Iterator<GlyphLine.GlyphLinePart> iterator) Shows text (operator Tj).