Fontfor Versions Save

Find fonts which can show a specified character and preview them in terminal or browser.

v0.4.3

2 weeks ago

0.4.3

  • Add -f option to filter font list by family name, and a search box in TUI mode to change the filter word (Issue #64, PR #71)
  • Remove #[deny(warnings)] in source code, add it in CI (Issue #70)
  • Fix build for upcoming Rust 1.79 new lints
  • Update deps

v0.4.2

4 months ago

v0.4.1

6 months ago
  • Use family + subfamily as a fallback of missing full name, instead of postscript name
  • Add musl libc build for Linux release, static link to crt for Windows release
  • Max release profile performance, reduce binary size to around 1M

v0.4.0

6 months ago
  • remove fontconfig/freetype dependencies
  • add -vv to show font file location and face index
  • add -I/--include to support custom font dir, --no-system to skip load system fonts
  • fix TUI preview ASCII render mode result is too narrow

v0.3.1

4 years ago
  • Display help message directly when arg are missing (Issue #11, Pr #12)

v0.3.0

4 years ago
  • Browser preview page gets a new wonderful UI (Thanks @Tiierr, PR #5)