{"id":23057550,"url":"https://github.com/bodoni/text","last_synced_at":"2025-06-18T15:39:04.377Z","repository":{"id":57669606,"uuid":"41619475","full_name":"bodoni/text","owner":"bodoni","description":"Text toolbox","archived":false,"fork":false,"pushed_at":"2016-10-28T06:46:05.000Z","size":161,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-05T04:17:22.966Z","etag":null,"topics":[],"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}},"created_at":"2015-08-30T06:49:53.000Z","updated_at":"2019-11-25T01:08:08.000Z","dependencies_parsed_at":"2022-09-10T10:16:02.895Z","dependency_job_id":null,"html_url":"https://github.com/bodoni/text","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bodoni/text","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodoni%2Ftext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodoni%2Ftext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodoni%2Ftext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodoni%2Ftext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodoni","download_url":"https://codeload.github.com/bodoni/text/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodoni%2Ftext/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260581704,"owners_count":23031639,"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":[],"created_at":"2024-12-16T02:12:59.819Z","updated_at":"2025-06-18T15:38:59.360Z","avatar_url":"https://github.com/bodoni.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text [![Version][version-img]][version-url] [![Status][status-img]][status-url]\n\nThe package provides a text toolbox.\n\n## [Documentation][documentation]\n\n## Example\n\n```rust\nextern crate font;\nextern crate text;\n\nuse font::File;\nuse text::Layout;\n\nlet path = \"SourceSerifPro-Regular.otf\";\nlet font = File::open(path).unwrap().fonts.remove(0);\n\nlet mut layout = Layout::new(font);\nlet text = layout.draw(\"The quick brown fox jumps over the lazy dog.\").unwrap();\n```\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[documentation]: https://docs.rs/text\n[status-img]: https://travis-ci.org/bodoni/text.svg?branch=master\n[status-url]: https://travis-ci.org/bodoni/text\n[version-img]: https://img.shields.io/crates/v/text.svg\n[version-url]: https://crates.io/crates/text\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodoni%2Ftext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodoni%2Ftext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodoni%2Ftext/lists"}