{"id":17668730,"url":"https://github.com/lukasjhan/fc-info-rs","last_synced_at":"2025-05-08T22:43:03.909Z","repository":{"id":251447985,"uuid":"837450266","full_name":"lukasjhan/fc-info-rs","owner":"lukasjhan","description":"A CLI tool for analyzing TTF and OTF font files","archived":false,"fork":false,"pushed_at":"2024-08-03T03:55:37.000Z","size":919,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T22:42:58.169Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/lukasjhan.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":"2024-08-03T03:01:31.000Z","updated_at":"2024-08-03T11:26:14.000Z","dependencies_parsed_at":"2024-08-03T04:24:30.579Z","dependency_job_id":"78708e28-a2de-4722-a8f5-06041b37a61a","html_url":"https://github.com/lukasjhan/fc-info-rs","commit_stats":null,"previous_names":["lukasjhan/fc-info-rs"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasjhan%2Ffc-info-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasjhan%2Ffc-info-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasjhan%2Ffc-info-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasjhan%2Ffc-info-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukasjhan","download_url":"https://codeload.github.com/lukasjhan/fc-info-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253160727,"owners_count":21863624,"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-10-23T23:41:58.020Z","updated_at":"2025-05-08T22:43:03.888Z","avatar_url":"https://github.com/lukasjhan.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FC-Info-RS\n\n## Introduction\n\nThis is a CLI tool for analyzing TTF and OTF font files.\n\n## Installation\n\n```bash\ncargo install fc-info\n```\n\n## Usage\n\n```bash\nfc-info --help\n```\n\n```\nFont Analyzer\n\nUSAGE:\n    fc-info [OPTIONS] \u003cFILE\u003e...\n\nARGS:\n    \u003cFILE\u003e...    The font file to analyze\n\nOPTIONS:\n    -j, --json    Output in JSON format\n    -h, --help    Print help information\n    -V, --version Print version information\n```\n\n### Examples\n\n```bash\nfc-info -j ./examples/test.ttf\n```\n\n```\nFamily names: [\"VITRO CORE TTF (English, United States)\", \"비트로 코어 TTF (Korean, Korea)\"]\nPostScript name: Some(\"VITRO-CORE-TTF\")\nUnits per EM: 1000\nAscender: 976\nDescender: -353\nLine gap: 0\nGlobal bbox: Rect { x_min: -26, y_min: -468, x_max: 10077, y_max: 976 }\nNumber of glyphs: 3694\nUnderline: Some(LineMetrics { position: -190, thickness: 55 })\nX height: Some(540)\nWeight: Black\nWidth: Normal\nRegular: true\nItalic: false\nBold: false\nOblique: false\nStrikeout: Some(LineMetrics { position: 250, thickness: 50 })\nSubscript: Some(ScriptMetrics { x_size: 700, y_size: 650, x_offset: 0, y_offset: 140 })\nSuperscript: Some(ScriptMetrics { x_size: 700, y_size: 650, x_offset: 0, y_offset: 477 })\nPermissions: Some(Restricted)\nVariable: false\n```\n\n```bash\nfc-info -j ./examples/test.otf -j\n```\n\n```\n{\n  \"family_names\": [\n    \"VITRO CORE OTF (English, United States)\",\n    \"비트로 코어 OTF (Korean, Korea)\"\n  ],\n  \"post_script_name\": \"VITRO-CORE-OTF\",\n  \"units_per_em\": 1000,\n  \"ascender\": 976,\n  \"descender\": -353,\n  \"line_gap\": 0,\n  \"number_of_glyphs\": 3692,\n  \"x_height\": 540,\n  \"is_regular\": true,\n  \"is_italic\": false,\n  \"is_bold\": false,\n  \"is_oblique\": false,\n  \"is_variable\": false\n}\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasjhan%2Ffc-info-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukasjhan%2Ffc-info-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasjhan%2Ffc-info-rs/lists"}