Package net.sourceforge.tess4j
Interface ITessAPI.TessWritingDirection
-
- Enclosing interface:
- ITessAPI
public static interface ITessAPI.TessWritingDirectionThe grapheme clusters within a line of text are laid out logically in this direction, judged when looking at the text line rotated so that its Orientation is "page up".
For English text, the writing direction is left-to-right. For the Chinese text in the above example, the writing direction is top-to-bottom.
-
-
Field Summary
Fields Modifier and Type Field Description static intWRITING_DIRECTION_LEFT_TO_RIGHTstatic intWRITING_DIRECTION_RIGHT_TO_LEFTstatic intWRITING_DIRECTION_TOP_TO_BOTTOM
-
-
-
Field Detail
-
WRITING_DIRECTION_LEFT_TO_RIGHT
static final int WRITING_DIRECTION_LEFT_TO_RIGHT
- See Also:
- Constant Field Values
-
WRITING_DIRECTION_RIGHT_TO_LEFT
static final int WRITING_DIRECTION_RIGHT_TO_LEFT
- See Also:
- Constant Field Values
-
WRITING_DIRECTION_TOP_TO_BOTTOM
static final int WRITING_DIRECTION_TOP_TO_BOTTOM
- See Also:
- Constant Field Values
-
-