Luna::VG::commit_text_arrange_result

RV commit_text_arrange_result(const TextArrangeResult &result, Span< const TextArrangeSection > sections, IShapeDrawList *draw_list)

Commits the text arrange result to the specicied draw list for rendering.

Parameters

  • in result

    The text arrange result.

  • in sections

    The text arrange sections. This must be the same sections passed to arrange_text when arranging texts.

  • in draw_list

    The draw list to commit text arrange result to.