| Crates.io | fontconfig-parser |
| lib.rs | fontconfig-parser |
| version | 0.5.8 |
| created_at | 2021-10-23 08:43:19.225941+00 |
| updated_at | 2025-05-12 11:37:45.648663+00 |
| description | fontconfig file parser in pure Rust |
| homepage | https://github.com/Riey/fontconfig-parser |
| repository | https://github.com/Riey/fontconfig-parser |
| max_upload_size | |
| id | 469798 |
| size | 243,112 |
This crate provide parsing fontconfig file but not yet complete all features
see https://www.freedesktop.org/software/fontconfig/fontconfig-user.html for more detail infomation of fontconfig file
use fontconfig_parser::FontConfig;
let mut config = FontConfig::default();
config.merge_config("/etc/fonts/fonts.conf").unwrap();
License: MIT