![]() |
VOOZH | about |
dotnet add package Figgle --version 0.6.6
NuGet\Install-Package Figgle -Version 0.6.6
<PackageReference Include="Figgle" Version="0.6.6" />
<PackageVersion Include="Figgle" Version="0.6.6" />Directory.Packages.props
<PackageReference Include="Figgle" />Project file
paket add Figgle --version 0.6.6
#r "nuget: Figgle, 0.6.6"
#:package Figgle@0.6.6
#addin nuget:?package=Figgle&version=0.6.6Install as a Cake Addin
#tool nuget:?package=Figgle&version=0.6.6Install as a Cake Tool
_____ _ _
| __|_|___ ___| |___
| __| | . | . | | -_|
|__| |_|_ |_ |_|___|
|___|___|
👁 GitHub project
👁 NuGet package
👁 Figgle NuGet download count
Console.WriteLine(
FiggleFonts.Standard.Render("Hello, World!"));
Produces...
_ _ _ _ __ __ _ _ _
| | | | ___| | | ___ \ \ / /__ _ __| | __| | |
| |_| |/ _ \ | |/ _ \ \ \ /\ / / _ \| '__| |/ _` | |
| _ | __/ | | (_) | \ V V / (_) | | | | (_| |_|
|_| |_|\___|_|_|\___( ) \_/\_/ \___/|_| |_|\__,_(_)
|/
Figgle packageThis NuGet package contains the core library for parsing FIGlet fonts and using those fonts to render ASCII text banners.
Users of this package will typically also use either:
Figgle.Fonts which contains over 250 fonts.Figgle.Generator which uses a source generator to improve performance:
Figgle.Fonts package.The Figgle package targets .NET Standard 2.0, so runs pretty much anywhere. If you require .NET Standard 1.3, use package version 0.4.1.
If you just want to see some code (it's not that complex) check out one of the following sample projects:
| Sample | Description |
|---|---|
| Basics | The easiest option, if you don't care about application size or memory use. |
| Static text generation | For statically-known text, have a source generator embed the rendered text directly into your assembly. Uses the Figgle.Generator package, and uses a single attribute to render the text at compile time. If all Figgle text is rendered this way, you don't have to ship any Figgle assembly with your app. |
| Embed font from package | For dynamic text, using a font from the Figgle.Fonts package via abn attribute. The font is embedded directly into your assembly. With this approach, you only need the lightweight Figgle package at runtime. |
Embed font from .flf file |
For dynamic text, using a .flf font file via an attribute and <AdditionalFiles> project item in the .csproj. The font is embedded directly into your assembly. With this approach, you only need the lightweight Figgle package at runtime. |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Figgle:
| Package | Downloads |
|---|---|
|
Convey
Convey |
|
|
Figgle.Fonts
Standard fonts for ASCII banner generation |
|
|
KS.CoreCLR
Simulates our future-planned kernel |
|
|
Delfin.Core.Infrastructure
An Infrastructure Layer library designed for Clean Architecture in .NET applications. This package provides the implementation of cross-cutting concerns such as data access, external service integration, and configuration management, ensuring that the application layers remain decoupled from infrastructure details. |
|
|
UXAV.AVnet.Core
Package Description |
Showing the top 11 popular GitHub repositories that depend on Figgle:
| Repository | Stars |
|---|---|
|
meysamhadeli/booking-microservices
A practical microservices with the latest technologies and architectures like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, Masstransit, and Aspire in .Net 10.
|
|
|
IoTSharp/IoTSharp
IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
|
|
|
snatch-dev/Convey
A simple recipe for .NET Core microservices.
|
|
|
meysamhadeli/booking-modular-monolith
A practical Modular Monolith architecture with the latest technologies and architecture like Vertical Slice Architecture, Event Driven Architecture, CQRS, DDD, gRpc, Masstransit, and Aspire in .Net 10.
|
|
| rstropek/Samples | |
|
dawn-lc/ArchivePasswordTestTool
利用7zip测试压缩包的功能 对加密压缩包进行自动化测试密码
|
|
|
thangchung/practical-dapr
A full-stack .NET microservices build on Dapr and Tye
|
|
|
zidanfanshao/befree
一款红队在信息收集时规避IP封禁的傻瓜式一键代理池,通过大量代理节点轮询的代理池工具
|
|
|
LeonKou/NetPro
🌈An enhanced version with clean architecture of asp.netcore,efficiently manage startup,Support for netcore3.1/6.0
|
|
|
Amine-Smahi/C-Sharp-Learning-Journey
Some of the projects i made when starting to learn c#, winfroms and wpf
|
|
|
fraktalcyber/Fransom
Fraktal's Ransomware Emulator
|
| Version | Downloads | Last Updated |
|---|---|---|
| 0.6.6 | 87,473 | 3/9/2026 |
| 0.6.5 | 225,670 | 6/28/2025 |
| 0.6.4 | 3,845 | 6/25/2025 |
| 0.6.3 | 4,162 | 6/23/2025 |
| 0.6.2 | 7,103 | 6/7/2025 |
| 0.6.1 | 4,462 | 6/3/2025 |
| 0.5.1 | 1,615,955 | 1/6/2023 |
| 0.4.1 | 66,397 | 11/1/2022 |
| 0.4.0 | 2,312,163 | 9/7/2020 |
| 0.3.0 | 1,651,076 | 10/19/2017 |
| 0.2.0 | 4,918 | 9/3/2017 |
| 0.1.0 | 4,679 | 9/3/2017 |