{"id":29901315,"url":"https://github.com/luizbills/font4x6","last_synced_at":"2026-03-12T06:40:49.417Z","repository":{"id":305911762,"uuid":"1024362053","full_name":"luizbills/font4x6","owner":"luizbills","description":"4x6 tiny monochrome bitmap font for rendering ","archived":false,"fork":false,"pushed_at":"2025-08-02T19:34:55.000Z","size":39,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T13:48:19.636Z","etag":null,"topics":["bitmap-font","c","font","rendering","retro","tiny"],"latest_commit_sha":null,"homepage":"","language":"C","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/luizbills.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,"zenodo":null}},"created_at":"2025-07-22T15:22:04.000Z","updated_at":"2025-08-17T08:41:29.000Z","dependencies_parsed_at":"2025-07-22T17:31:46.879Z","dependency_job_id":"a28542b2-5938-40fe-8ced-560b86ac93bb","html_url":"https://github.com/luizbills/font4x6","commit_stats":null,"previous_names":["luizbills/font4x6"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/luizbills/font4x6","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizbills%2Ffont4x6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizbills%2Ffont4x6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizbills%2Ffont4x6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizbills%2Ffont4x6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luizbills","download_url":"https://codeload.github.com/luizbills/font4x6/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizbills%2Ffont4x6/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30417548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T04:41:02.746Z","status":"ssl_error","status_checked_at":"2026-03-12T04:40:12.571Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bitmap-font","c","font","rendering","retro","tiny"],"created_at":"2025-08-01T14:36:12.353Z","updated_at":"2026-03-12T06:40:49.412Z","avatar_url":"https://github.com/luizbills.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 4x6 monochrome bitmap font for rendering\n\nA simple and tiny 4x6 bitmap font.\n\n[font4x6_basic.h](font4x6_basic.h) contains unicode points `U+0000` - `U+007F`.\n\n![](images/font.png)\n\n![](images/showcase.png)\n\n\u003e That second image have been scaled in 400% to improve visualization.\n\n## Encoding\n\nEvery character in the font is encoded in 3 bytes.\n\nEach byte represents 2 rows of a 4x6 grid and the least significant bit of each nibble corresponds to the first pixel in row.\n\nE.g.: The character `'A'` (0x41 / 65) is encoded as `{ 0x25, 0x75, 0x50 }`\n\n```\n0x25 =\u003e 0010 0101 =\u003e .X..\n                     X.X.\n0x75 =\u003e 0111 0101 =\u003e XXX.\n                     X.X.\n0x50 =\u003e 0101 0000 =\u003e X.X.\n                     ....\n```\n\n## Renderer\n\nTo visualize the font, a simple renderer is included in [`render.c`](render.c)\n\n```sh\n$ gcc render.c -o render\n$ ./render 65\n X\nX X\nXXX\nX X\nX X\n```\n\n## Inspiration\n\nThis repository only exists thanks to:\n\n- https://github.com/dhepper/font8x8\n- https://alasseearfalas.itch.io/another-tiny-pixel-font-mono-3x5\n\n## Projects using this font\n\n- https://github.com/litecanvas/plugin-pixel-font - a plugin to display retro pixel fonts in the Litecanvas engine.\n\n## LICENSE\n\nThis repository is (un)licensed under [Public Domain](LICENSE), so take it and do whatever you want with it. Credits are not required but much appreciated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizbills%2Ffont4x6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluizbills%2Ffont4x6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizbills%2Ffont4x6/lists"}