https://github.com/gnustep/apps-fontbook
https://github.com/gnustep/apps-fontbook
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gnustep/apps-fontbook
- Owner: gnustep
- Created: 2025-09-23T00:49:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-12-31T20:28:35.000Z (7 months ago)
- Last Synced: 2026-05-25T10:33:40.742Z (3 months ago)
- Language: Objective-C
- Size: 1.65 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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

---
## 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