Class TextMeasurer.TextMeasuredState

    • Field Detail

      • textOffset

        protected int textOffset
      • lines

        protected int lines
      • fontSizeSum

        protected float fontSizeSum
      • firstLineMaxFontSize

        protected float firstLineMaxFontSize
      • spacingBefore

        protected int spacingBefore
      • textWidth

        protected float textWidth
      • textHeight

        protected float textHeight
      • firstLineLeading

        protected float firstLineLeading
      • isLeftToRight

        protected boolean isLeftToRight
      • isParagraphCut

        protected boolean isParagraphCut
      • textSuffix

        protected String textSuffix
      • isMeasured

        protected boolean isMeasured
      • lastOffset

        protected int lastOffset
    • Constructor Detail

      • TextMeasuredState

        public TextMeasuredState​(boolean saveLineBreakOffsets)