mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 13:30:29 +00:00
Add test coverage for bitmap font rendering using the Spleen 8x16 font in three formats: BDF (Bitmap Distribution Format), PCF (Portable Compiled Format), and OTB (OpenType Bitmap). Tests validate glyph rendering against expected pixel patterns. Addresses #8524.
Fonts and Licenses
This project uses several fonts which fall under the SIL Open Font License (OFL-1.1), MIT License, and BSD 2-Clause License:
- Code New Roman (OFL-1.1)
- Geist Mono (OFL-1.1)
- Inconsolata (OFL-1.1)
- JetBrains Mono (OFL-1.1)
- JuliaMono (OFL-1.1)
- Kawkab Mono (OFL-1.1)
- Lilex (OFL-1.1)
- Monaspace Neon (OFL-1.1)
- Noto Emoji (OFL-1.1)
- Cozette (MIT)
- Terminus TTF (OFL-1.1)
- Spleen (BSD 2-Clause)
A full copy of the OFL license can be found at OFL.txt. An accompanying FAQ is also available at https://openfontlicense.org/.
A full copy of the MIT license can be found at MIT.txt.
A full copy of the BSD 2-Clause license can be found at BSD-2-Clause.txt.