mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 21:38:16 +08:00
Alignment => Justification Docs Fixes
This commit is contained in:
@ -12,7 +12,7 @@ Spectre.Console can render [FIGlet](http://www.figlet.org/) text by using the `F
|
||||
```csharp
|
||||
AnsiConsole.Write(
|
||||
new FigletText("Hello")
|
||||
.LeftAligned()
|
||||
.LeftJustified()
|
||||
.Color(Color.Red));
|
||||
```
|
||||
|
||||
@ -26,6 +26,6 @@ var font = FigletFont.Load("starwars.flf");
|
||||
|
||||
AnsiConsole.Write(
|
||||
new FigletText(font, "Hello")
|
||||
.LeftAligned()
|
||||
.LeftJustified()
|
||||
.Color(Color.Red));
|
||||
```
|
||||
|
Reference in New Issue
Block a user