Package com.itextpdf.io.font.otf
Class GlyphLine.GlyphLinePart
- java.lang.Object
-
- com.itextpdf.io.font.otf.GlyphLine.GlyphLinePart
-
- Enclosing class:
- GlyphLine
public static class GlyphLine.GlyphLinePart extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
actualText
int
end
boolean
reversed
int
start
-
Constructor Summary
Constructors Constructor Description GlyphLinePart(int start, int end)
GlyphLinePart(int start, int end, java.lang.String actualText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlyphLine.GlyphLinePart
setReversed(boolean reversed)
-
-
-
Method Detail
-
setReversed
public GlyphLine.GlyphLinePart setReversed(boolean reversed)
-
-