6 releases
0.5.2 | Feb 5, 2023 |
---|---|
0.5.1 | Oct 22, 2022 |
0.5.0 | Oct 31, 2021 |
0.4.1 | Oct 30, 2021 |
0.1.1 |
|
#376 in Parser implementations
16,799 downloads per month
Used in 23 crates
(via fontdb)
48KB
1.5K
SLoC
fontconfig-parser
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
Example
use fontconfig_parser::FontConfig;
let mut config = FontConfig::default();
config.merge_config("/etc/fonts/fonts.conf").unwrap();
License: MIT
lib.rs
:
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
Example
use fontconfig_parser::FontConfig;
let mut config = FontConfig::default();
config.merge_config("/etc/fonts/fonts.conf").unwrap();
Dependencies
~170–385KB