Popularity
4.5
Stable
Activity
2.4
-
275
11
19

Programming language: Rust
License: MIT License
Latest version: v2.0.0

fontfinder alternatives and similar packages

Based on the "System tools" category.
Alternatively, view fontfinder alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of fontfinder or a related project?

Add another 'System tools' Package

README

Font Finder

This project is a from-scratch implementation of TypeCatcher in Rust. It is a GTK3 application for browsing through and installing fonts from Google's font archive from the comfort of your Linux desktop.

Installation Instructions

make
sudo make install prefix=/usr/local

Requirements

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

Screenshots

Filtering w/ Search

[First Screenshot](screenshot01.png)

Filtering w/ Category

[Second Screenshot](screenshot02.png)

Multiple Paragraphs

[Third Screenshot](screenshot03.png)

Dark Preview

[Fourth Screenshot](screenshot04.png)

Translators

Translators are welcome to submit translations directly as a pull request to this project. It is generally expected that your pull requests will contain a single commit for each language that was added or improved, using a syntax like so:

i18n(eo): Add Esperanto language support
i18n(pl): Improvements to Polish language support

Translation files for the GTK application can be found [here](./i18n/). We are using Project Fluent for our translations, which should be easier than working with gettext.

Supported Languages

  • [English](./gtk/i18n/en/)
  • [Polish](./gtk/i18n/pl/)
  • [Spanish](./gtk/i18n/es/)