{"id":16713161,"url":"https://github.com/picrap/figlet","last_synced_at":"2025-08-16T19:09:55.015Z","repository":{"id":90836162,"uuid":"155922044","full_name":"picrap/FIGlet","owner":"picrap","description":"A FIGlet library (easy to use, easy to extend)","archived":false,"fork":false,"pushed_at":"2024-08-11T15:00:25.000Z","size":141,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-20T01:06:18.336Z","etag":null,"topics":["figlet","library","nuget"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/picrap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-02T21:12:21.000Z","updated_at":"2024-08-11T15:00:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ab647bb-f605-46a7-8b88-93edac2ab16b","html_url":"https://github.com/picrap/FIGlet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/picrap/FIGlet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FFIGlet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FFIGlet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FFIGlet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FFIGlet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picrap","download_url":"https://codeload.github.com/picrap/FIGlet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FFIGlet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270758065,"owners_count":24640179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["figlet","library","nuget"],"created_at":"2024-10-12T20:45:42.864Z","updated_at":"2025-08-16T19:09:54.992Z","avatar_url":"https://github.com/picrap.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n  ___ ___ ___ _     _   \n | __|_ _/ __| |___| |_ \n | _| | | (_ | / -_)  _|\n |_| |___\\___|_\\___|\\__|\n ```                                         \n\nA simple to use (but extensible) FIGlet generator library for .NET framework.  \nAvailable as a [![NuGet](http://img.shields.io/nuget/v/FIGlet-_-lib.svg?style=flat-square)](https://www.nuget.org/packages/FIGlet-_-lib) package.\n\n# Features\n\nIf you want to know about FIGlet, you can visit the official web site at http://www.figlet.org.  \nThe library supports:\n* Loading fonts from text or zip files\n* Full size, fitting or smushing as layout modes\n* Working canvas items are extensible to hold your own metadata (such as color)\n* Has two integrated fonts ('big' and 'small'), for very lazy people.\n\n# Use\n\nThe smallest sample:\n```csharp\nvar text = FIGdriver.DefaultFont.Render(\"Hello, world\");\n```\n\nWith a little more details, another example:\n\n```csharp\n// loads a font...\nvar font = FIGfont.FromEmbeddedResource(\"small.flf\", typeof(FontsRoot));\n// ... or use a default font\nvar font2 = FIGdriver.DefaultFont;\n// creates the FIGdriver, which renders the text\nvar figDriver = new FIGdriver { Font = font /* or font2 */ };\n// add some text\nfigDriver.Write(\"Hi there!\");\nfigDriver.Write(\"Great, isn't it?\");\n// and get the text\nvar text = figDriver.ToString();\n```\n\n# Want more?\n\n[Ask](https://github.com/picrap/FIGlet/issues) or even better, contribute.\n\nCurrent build status: [![Build status](https://ci.appveyor.com/api/projects/status/6u9c856xmat8c5wu?svg=true)](https://ci.appveyor.com/project/picrap/figlet).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicrap%2Ffiglet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicrap%2Ffiglet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicrap%2Ffiglet/lists"}