fontfor
fontfor copied to clipboard
Find fonts which can show a specified character and preview them in terminal or browser.
``` $ fontfor '💩' -p Font(s) support the character "💩"(U+01F4A9, 128169, 0xF0 0x9F 0x92 0xA9): Noto Color Emoji with 1 style Source Code Pro with 14 styles Source Code Variable...
fix #55
So having a problem in one terminal where it wasn't rendering "" but in another it was. Just a font "path" issue. Either way I found out I have lots...
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.21 to 0.3.22. Changelog Sourced from structopt's changelog. v0.3.22 (2021-07-04) Add support for generics in derive Commits 004cfc2 v0.3.22 4bdde69 add basic support for generic structs and...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.5.2 to 1.8.0. Changelog Sourced from once_cell's changelog. 1.8.0 Add try_insert API -- a version of set that returns a reference. 1.7.2 Improve code size when using...
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.18.2 to 0.20.0. Release notes Sourced from crossterm's releases. 0.20 Update from signal-hook with 'mio-feature flag' to signal-hook-mio 0.2.1. Manually implements Eq, PartialEq and Hash for KeyEvent...
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.4 to 1.4.1. Release notes Sourced from httparse's releases. v1.4.0 FEAT: Adds ParserConfig, a new type to allow making some parsing rules more or less strict, or...
Bumps [tui](https://github.com/fdehau/tui-rs) from 0.13.0 to 0.15.0. Release notes Sourced from tui's releases. v0.15.0 Features Update crossterm to 0.19. Update rand to 0.8. Add a read-only view of the terminal state...
I hope issue #10 will disappear after finish this. This PR need two part of work: ## 1. For macOS: Use Core Text API to match and render font Due...