Class LegacyTextLayoutAssessor

  • All Implemented Interfaces:
    TextLayoutAssessor

    public class LegacyTextLayoutAssessor
    extends Object
    implements TextLayoutAssessor
    Legacy complex text layout implementation.
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Constructor Detail

      • LegacyTextLayoutAssessor

        public LegacyTextLayoutAssessor()
    • Method Detail

      • hasComplexLayout

        public boolean hasComplexLayout​(char[] chars)
        Description copied from interface: TextLayoutAssessor
        Determines if a text chunk requires complex text layout.
        Specified by:
        hasComplexLayout in interface TextLayoutAssessor
        Parameters:
        chars - the text chunk
        Returns:
        whether the text requires complex text layout