* Returns the direction to use for rendering * text in this language. * @return Text direction. */
| 571 | * @return Text direction. |
| 572 | */ |
| 573 | TextDirection Language::getTextDirection() const |
| 574 | { |
| 575 | return _direction; |
| 576 | } |
| 577 | |
| 578 | /** |
| 579 | * Returns the wrapping rules to use for rendering |