https://github.com/jserv/scalable-font-editor
A scalable font editor, which produces the fonts for embedded environments
https://github.com/jserv/scalable-font-editor
Last synced: about 1 year ago
JSON representation
A scalable font editor, which produces the fonts for embedded environments
- Host: GitHub
- URL: https://github.com/jserv/scalable-font-editor
- Owner: jserv
- License: other
- Created: 2013-09-09T16:11:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T08:41:48.000Z (about 2 years ago)
- Last Synced: 2025-07-26T13:47:34.414Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scalable Font Editor
====================
`scalable-font-editor` is a tool allowing users to edit specific scalable fonts
which are expected to fit the requirements of embedded systems with larger
screens. scalable-font-editor was extracted from twin (tiny window system)
originally written by Keith Packard. Twin was licensed under MIT X License and
then relicensed under GNU LGPL. scalable-font-editor is reworked based on the
older version of twin. Thus, the licensing term scalable-font-editor is MIT
License.
Build Dependency
================
sudo apt-get install libx11-dev libcairo2-dev
Usage
=====
```
make
./font-editor < nchars
```
(press 'q' to next character)
Licensing
=========
scale-font-editor is freely redistributable under the MIT License.