public interface BidiReorderer
| Modifier and Type | Method and Description |
|---|---|
String |
deshapeText(String text)
Deshape text, for use if the shaped character is not in a font.
|
boolean |
isLiveImplementation()
Useful for optimization.
|
String |
reorderRTLTextToLTR(String text) |
String |
shapeText(String text)
Arabic character shapes depends on whether a character is at the
start, end or middle of a word.
|
String shapeText(String text)
text - String deshapeText(String text)
text - boolean isLiveImplementation()
Copyright © 2018. All rights reserved.