fontconfig-parser

Crates.iofontconfig-parser
lib.rsfontconfig-parser
version0.5.7
sourcesrc
created_at2021-10-23 08:43:19.225941
updated_at2024-07-30 10:55:14.055004
descriptionfontconfig file parser in pure Rust
homepagehttps://github.com/Riey/fontconfig-parser
repositoryhttps://github.com/Riey/fontconfig-parser
max_upload_size
id469798
size232,864
(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: 70

cargo fmt