An open API service indexing awesome lists of open source software.

https://github.com/gnustep/apps-fontbook


https://github.com/gnustep/apps-fontbook

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# apps-fontbook

A lightweight font management application for the GNUstep environment, inspired by **Font Book.app** on macOS.
This app provides a graphical interface to preview, organize, and activate/deactivate fonts across your GNUstep desktop.

---

## Features

- Browse installed system fonts
- Preview fonts with custom text and sizes
- Organize fonts into collections (e.g., serif, sans-serif, monospace)
- Enable or disable fonts without removing them from the system
- Detect duplicate or corrupted font files
- Integrates with GNUstep look and feel

---

## Screenshots

font_book_app

---

## Requirements

- [GNUstep](https://www.gnustep.org/)
- FreeType (for font rendering)
- A modern C compiler (GCC or Clang)
- libart or Cairo backend (depending on your GNUstep setup)

---

## Installation

Clone the repository:

```bash
git clone https://github.com/gnustep/apps-fontbook.git
cd apps-fontbook
buildtool