Crates.io | fontconfig-parser |
lib.rs | fontconfig-parser |
version | 0.5.7 |
source | src |
created_at | 2021-10-23 08:43:19.225941 |
updated_at | 2024-07-30 10:55:14.055004 |
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 | 232,864 |
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