Interface TextLayoutAssessor
- All Known Implementing Classes:
FontTextLayoutAssessor,LegacyTextLayoutAssessor
public interface TextLayoutAssessor
Complex text layout check used by
SimpleTextLineWrapper.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasComplexLayout(char[] chars) Determines if a text chunk requires complex text layout.
-
Method Details
-
hasComplexLayout
boolean hasComplexLayout(char[] chars) Determines if a text chunk requires complex text layout.- Parameters:
chars- the text chunk- Returns:
- whether the text requires complex text layout
-