You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this addin is to add FIGlet font support to Cake. Since we're now shipping Spectre.Console as part of Cake with 1.0, Cake comes with out-of-the-box FIGlet support:
AnsiConsole.Render(
new FigletText("Hello")
.LeftAligned()
.Color(Color.Red));
The goal of this addin is to add FIGlet font support to Cake. Since we're now shipping Spectre.Console as part of Cake with 1.0, Cake comes with out-of-the-box FIGlet support:
See also cake-build/cake#3135 for providing alias for it in Cake.Common.
The text was updated successfully, but these errors were encountered: