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

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

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.