• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

FontCompare/H03-May-2022-2,1221,945

simple/H07-Nov-2020-4727

svg2glyph/H07-Nov-2020-352328

READMEH A D07-Nov-2020748 1913

even.pyH A D07-Nov-2020678 2716

excepthook.pyH A D07-Nov-2020610 2011

svg2sfd.pyH A D07-Nov-20206.2 KiB237196

test.sfdH A D07-Nov-20203.5 KiB161154

README

1In early 2013 this directory contained one file: excepthook.py.
2
3Ben Martin added the simple directory. Many of these newly
4added scripts depend on the test.sfd example font file to work.
5To keep the scripts simple, they expect to be run in the directory
6that contains them. So they can find the test.sfd file as
7"../test.sfd" for example.
8
9The scripts have been included here to provide some basic, small,
10scripts that might help shine some light on how to perform certain
11tasks using the python interface to FontForge.
12
13The scripts are mostly setup to call fontforge on themselves when run.
14So for example, while in the simple directory you should be able
15to just enter the following in a shell to run the script:
16
17./load-font-and-show-name.py
18
19