fontconfig-parser

Crates.iofontconfig-parser
lib.rsfontconfig-parser
version0.5.8
created_at2021-10-23 08:43:19.225941+00
updated_at2025-05-12 11:37:45.648663+00
descriptionfontconfig file parser in pure Rust
homepagehttps://github.com/Riey/fontconfig-parser
repositoryhttps://github.com/Riey/fontconfig-parser
max_upload_size
id469798
size243,112
(Riey)

documentation

https://docs.rs/fontconfig-parser

README

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

Commit count: 87

cargo fmt