Alignment => Justification Docs Fixes

This commit is contained in:
Will Baldoumas
2023-01-25 17:45:30 -08:00
parent beca0b2419
commit 62b30d6072
4 changed files with 11 additions and 11 deletions

View File

@ -34,7 +34,7 @@ You can also specify styles via extension methods:
```csharp
var path = new TextPath("C:/This/Path/Is/Too/Long/To/Fit/In/The/Area.txt")
.RightAligned();
.RightJustified();
```
## Styling