Luna::VG::TextArrangeResult

Describes text arrange result returned by ITextArranger::arrange.

struct Luna::VG::TextArrangeResult

Member objects

  • RectF bounding_rect

    The real bounding rect occupied by the text. This may be smaller than the bounding rect specified.

  • bool overflow

    True if the bounding rect is too small to hold all text specified.

  • Vector lines

    The arrange result of one text lines.