Package net.sourceforge.tess4j
Interface ITessAPI.TessWritingDirection
- Enclosing interface:
ITessAPI
public static interface ITessAPI.TessWritingDirection
The 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.
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
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Field Details
-
WRITING_DIRECTION_LEFT_TO_RIGHT
static final int WRITING_DIRECTION_LEFT_TO_RIGHT- See Also:
-
WRITING_DIRECTION_RIGHT_TO_LEFT
static final int WRITING_DIRECTION_RIGHT_TO_LEFT- See Also:
-
WRITING_DIRECTION_TOP_TO_BOTTOM
static final int WRITING_DIRECTION_TOP_TO_BOTTOM- See Also:
-