{"id":13722176,"url":"https://github.com/bodoni/font","last_synced_at":"2025-08-15T06:32:47.203Z","repository":{"id":43739399,"uuid":"40658112","full_name":"bodoni/font","owner":"bodoni","description":"Builder and parser for fonts","archived":false,"fork":false,"pushed_at":"2025-05-15T09:51:42.000Z","size":9105,"stargazers_count":37,"open_issues_count":2,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-31T04:53:03.605Z","etag":null,"topics":["font","opentype","parsing","typeface","typography"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bodoni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2015-08-13T12:41:53.000Z","updated_at":"2025-06-30T13:42:52.000Z","dependencies_parsed_at":"2024-04-09T08:32:02.775Z","dependency_job_id":"91b21ec1-d032-4f3b-9631-687def8511ca","html_url":"https://github.com/bodoni/font","commit_stats":{"total_commits":278,"total_committers":1,"mean_commits":278.0,"dds":0.0,"last_synced_commit":"e10609c2115ae82707606ed41efcc7a6c56db0c9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bodoni/font","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodoni%2Ffont","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodoni%2Ffont/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodoni%2Ffont/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodoni%2Ffont/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodoni","download_url":"https://codeload.github.com/bodoni/font/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodoni%2Ffont/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270533886,"owners_count":24602148,"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-15T02:00:12.559Z","response_time":110,"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":["font","opentype","parsing","typeface","typography"],"created_at":"2024-08-03T01:01:25.372Z","updated_at":"2025-08-15T06:32:45.302Z","avatar_url":"https://github.com/bodoni.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Font [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]\n\nThe package provides a builder and parser for fonts.\n\n## [Example]\n\n```rust\nuse font::glyph::Segment;\nuse font::File;\n\nmacro_rules! ok(($result:expr) =\u003e ($result.unwrap()));\n\nlet path = \"SourceSerifPro-Regular.otf\";\nlet File { mut fonts } = ok!(File::open(path));\nlet glyph = ok!(ok!(fonts[0].glyph('a')));\nfor contour in glyph.iter() {\n    for segment in contour.iter() {\n        match segment {\n            \u0026Segment::Linear(..) =\u003e { /* … */ },\n            \u0026Segment::Quadratic(..) =\u003e { /* … */ },\n            \u0026Segment::Cubic(..) =\u003e { /* … */ },\n        }\n    }\n}\n```\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/bodoni/workbench/blob/main/founder/src/drawing.rs\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/bodoni/font/main/assets/SourceSerifPro-Regular.svg\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## Contribution\n\nYour contribution is highly appreciated. Do not hesitate to open an issue or a\npull request. Note that any contribution submitted for inclusion in the project\nwill be licensed according to the terms given in [LICENSE.md](LICENSE.md).\n\n[build-img]: https://github.com/bodoni/font/workflows/build/badge.svg\n[build-url]: https://github.com/bodoni/font/actions/workflows/build.yml\n[documentation-img]: https://docs.rs/font/badge.svg\n[documentation-url]: https://docs.rs/font\n[package-img]: https://img.shields.io/crates/v/font.svg\n[package-url]: https://crates.io/crates/font\n\n[example]: https://github.com/bodoni/founder/blob/main/src/drawing.rs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodoni%2Ffont","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodoni%2Ffont","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodoni%2Ffont/lists"}