Interface TextLine

  • All Known Implementing Classes:
    SimpleTextLine, TextLayoutLine

    public interface TextLine
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Method Detail

      • getAscent

        float getAscent()
      • getDescent

        float getDescent()
      • getLeading

        float getLeading()
      • getCharacterCount

        int getCharacterCount()
      • isLeftToRight

        boolean isLeftToRight()
      • getAdvance

        float getAdvance()