Skip to content

A project to provide PyGTK replacements for fontforge menu options, as fontforge-python plugins

Notifications You must be signed in to change notification settings

davelab6/fontforge-plugin-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FontForge Python Kerning Window

This is the first plugin in the "Cortola" project: to create new user interfaces for FontForge, leveraging its Python scripting.

These new UIs run from within FontForge, so that all FontForge's existing functionality is available while new features are prototyped.

This uses PyGTK thanks to the Font Industry project. Other plugins could choose from a variety of Python-based widget sets/toolkits, such as PyQT, PyClutter and PyMT.

Cotola is the Venetian word for 'skirt'

INSTALLATION

bunzip2 fontforge-pygtk-0.1.tar.bz2;
tar xfv fontforge-pygtk-0.1.tar;
sudo cp -rpa fontforge-pygtk-0.1/modules/gdraw /usr/lib/python2.6/;
cp -aux modules ~/.FontForge/python;
cp -aux kmetrics.py ~/.FontForge/python;
fontforge;

You will now find the new Metrics Window in the Tools menu.

About

A project to provide PyGTK replacements for fontforge menu options, as fontforge-python plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages