Add support for styling segments

This commit is contained in:
Patrik Svensson
2022-02-21 14:38:43 +01:00
committed by Phil Scott
parent 921d595269
commit 5e41a2f505
9 changed files with 293 additions and 50 deletions

View File

@@ -151,7 +151,7 @@ public sealed class Paragraph : Renderable, IAlignable, IOverflowable
{
foreach (var line in lines)
{
Aligner.Align(context, line, justification, maxWidth);
Aligner.Align(line, justification, maxWidth);
}
}