fontfinder

Crates.iofontfinder
lib.rsfontfinder
version1.5.0
sourcesrc
created_at2017-11-28 05:16:09.577165
updated_at2018-12-28 16:21:03.489731
descriptionFont Finder Library
homepage
repositoryhttps://github.com/mmstick/fontfinder
max_upload_size
id40813
size303,928
Michael Murphy (mmstick)

documentation

README

Font Finder

Have you RIIR lately? This project is a clean Rust implementation of TypeCatcher, which took about two days. It is a GTK3 application for browsing through and installing fonts from Google's font archive from the comfort of your Linux desktop. Compared to TypeCatcher, which is written in Python, Font Finder also enables the ability to filter fonts by their categories, has zero Python runtime dependencies, and has much better performance & resource consumption.

Installation Instructions

make && sudo make install

Requirements

  • cargo (Rust 1.24.0)
  • libwebkit2gtk-4.0-dev
  • libgtk-3-dev

Screenshots

Filtering w/ Search

First Screenshot

Filtering w/ Category

Second Screenshot

Multiple Paragraphs

Third Screenshot

Dark Preview

Fourth Screenshot

Commit count: 63

cargo fmt