Paragraph constructor

Paragraph(
  1. List<GlyphRun> runs
)

Implementation

Paragraph(List<GlyphRun> runs) : visualRuns = orderVisually(runs);