Crates.io | font-enumeration |
lib.rs | font-enumeration |
version | 0.9.0 |
source | src |
created_at | 2024-07-26 13:09:26.556633 |
updated_at | 2024-07-26 13:09:26.556633 |
description | Simple cross-platform font enumeration |
homepage | |
repository | https://github.com/tomcur/font-info |
max_upload_size | |
id | 1316101 |
size | 20,256 |
This is a cross-platform library for enumerating system fonts.
Supported platforms:
This library is for very simple uses, where you're only interested in listing installed fonts, perhaps filtering by family name. The listed fonts include family and font name, file path, and some limited font attributes (style, weight and stretch). It's unlikely this library will grow much beyond this feature set, and its dependency tree will remain small.
Consider using Fontique or font-kit for features like font matching and fallback.