{"id":74267,"library":"font","title":"Font","description":"A builder and parser for font files, supporting TrueType and OpenType formats.","status":"active","version":"0.43.0","language":"rust","source_language":null,"source_url":"https://github.com/bodoni/font","tags":["font","parser","builder","truetype","opentype"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nfont = \"0.43.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add font","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Font","correct":"use font::Font;"}],"quickstart":{"code":"use font::Font;\n\nfn main() {\n    let font_data = std::fs::read(\"font.ttf\").unwrap();\n    let font = Font::from_bytes(&font_data).unwrap();\n    println!(\"Font name: {:?}\", font.name());\n}","lang":"rust","description":"Parse a TrueType font file and access its metadata."},"warnings":[],"env_vars":null,"search_vec":"'builder':3,16 'file':8 'font':1,7,14 'format':13 'opentyp':12,18 'parser':5,15 'support':9 'truetyp':10,17","created_at":"2026-06-17T19:01:36.361054+00:00","updated_at":"2026-06-17T19:01:36.361054+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/bodoni/font","github":"https://github.com/bodoni/font","docs":"https://docs.rs/font/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}