{"id":19789626,"url":"https://github.com/webfreak001/bmfont-d","last_synced_at":"2025-04-09T16:34:22.450Z","repository":{"id":146626088,"uuid":"54998036","full_name":"WebFreak001/bmfont-d","owner":"WebFreak001","description":"BMFont parser \u0026 encoder","archived":false,"fork":false,"pushed_at":"2020-01-06T10:02:45.000Z","size":157,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T18:51:44.322Z","etag":null,"topics":["angelcode-bitmap-fonts","angelcode-bmfont","bmfont","font","parser"],"latest_commit_sha":null,"homepage":"https://bmfont.dpldocs.info/0.2.0/","language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WebFreak001.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":"2016-03-29T17:53:54.000Z","updated_at":"2024-08-08T05:35:25.000Z","dependencies_parsed_at":"2023-04-12T11:03:41.529Z","dependency_job_id":null,"html_url":"https://github.com/WebFreak001/bmfont-d","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2Fbmfont-d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2Fbmfont-d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2Fbmfont-d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2Fbmfont-d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebFreak001","download_url":"https://codeload.github.com/WebFreak001/bmfont-d/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248068034,"owners_count":21042403,"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","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":["angelcode-bitmap-fonts","angelcode-bmfont","bmfont","font","parser"],"created_at":"2024-11-12T06:34:05.693Z","updated_at":"2025-04-09T16:34:22.432Z","avatar_url":"https://github.com/WebFreak001.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bmfont\n\nParser \u0026 generator for font files generated using AngelCode Bitmap Font Generator\n\n## Usage\n\n### Parsing files\n```d\nimport bmfont;\n\nimport std.file;\nimport std.stdio : writeln;\n\nauto font = parseFnt(cast(ubyte[]) read(\"fonts/roboto.fnt\"));\n\nwriteln(font.info.fontName);\n```\n\n### Generating files\n```d\nimport bmfont;\n\nFont font; // ... set somewhere\n\nstring text = font.toString();\nubyte[] binary = font.toBinary();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebfreak001%2Fbmfont-d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebfreak001%2Fbmfont-d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebfreak001%2Fbmfont-d/lists"}