Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/riey/fontconfig-parser

fontconfig conf file parser
https://github.com/riey/fontconfig-parser

Last synced: 11 days ago
JSON representation

fontconfig conf file parser

Awesome Lists containing this project

README

        

# fontconfig-parser

This crate provide parsing fontconfig file but not yet complete all features

see for more detail infomation of fontconfig file

## Example

```rust
use fontconfig_parser::FontConfig;

let mut config = FontConfig::default();

config.merge_config("/etc/fonts/fonts.conf").unwrap();
```

License: MIT