fontfor-0.1.3 is not a library.
FontFor
Find fonts which can show a specified character and preview them in browser.
This is port from my early python script called which_fonts_support, but with some improvements:
- Write in Rust, safe and faster
- Use
fontconfiglibrary instead of depends onfc-listcommand installed - Support preview in shell, no GUI or browser needed (in plan)
Install
Usage
Basic
) )
Character input format
You can use the following formats for the character:
- Character:
א - Unicode scalar value
U+XXXXXX:U+5d0,U+05d0,U+0005d0- Direct input
- Dec format:
1488 - Oct format:
0o2720 - Binary format:
0b010111010000
- Dec format:
- UTF8 bytes:
0xd790
Preview
Add -p flag to enable browser preview:

LICENSE
GPLv3 or later.
See COPYING.