2 个版本
0.1.1 | 2022年3月18日 |
---|---|
0.1.0 | 2022年3月14日 |
在 文件系统 中排名第 1625
3KB
win-font-dir
关于
此库提供了 Windows 中字体目录的路径。
动机
dirs crate 不支持 Windows 中的字体目录。
https://github.com/dirs-dev/dirs-rs/issues/37
https://stackoverflow.com/questions/70526705/why-was-the-user-font-directory-not-added-to-the-knownfolder-api
如何使用
# Cargo.toml
[dependencies]
win-font-dir = "0.1.0"
此库只有两种方法。
fn user_font_dir() ->Some(PathBuf);
fn system_font_dir() ->Some(PathBuf);
许可证
win-font-dir 在 MIT 许可证下发布