simon-git: fonts (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Mon Jul 3 19:32:19 BST 2017


TL;DR:
  467c654 Move main program into a main() function.
  69c0e06 New option -fnt2fon.

Repository:     https://git.tartarus.org/simon/fonts.git
On the web:     https://git.tartarus.org/?p=simon/fonts.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2017-07-03 19:32:19

commit 467c6541fec4f047219223a84f2516be577e4a47
web diff https://git.tartarus.org/?p=simon/fonts.git;a=commitdiff;h=467c6541fec4f047219223a84f2516be577e4a47;hp=68b79930b2011c08a3e00211302c4aca795bd001
Author: Simon Tatham <anakin at pobox.com>
Date:   Mon Jul 3 19:29:33 2017 +0100

    Move main program into a main() function.
    
    Has the usual advantage that users who want to do something with my
    subroutines other than what my own main program does can 'python -i'
    the file and issue their own sequence of calls to the provided
    routines.

 winfont/mkwinfont | 173 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 89 insertions(+), 84 deletions(-)

commit 69c0e0669947e1ef70e4b7beecb71901d68cb7cc
web diff https://git.tartarus.org/?p=simon/fonts.git;a=commitdiff;h=69c0e0669947e1ef70e4b7beecb71901d68cb7cc;hp=467c6541fec4f047219223a84f2516be577e4a47
Author: Simon Tatham <anakin at pobox.com>
Date:   Mon Jul 3 19:30:48 2017 +0100

    New option -fnt2fon.
    
    This allows mkwinfont to run in a mode where it accepts existing .fnt
    files as input, and produces a .fon font library containing them.
    Reuses all the same machinery that I was using already to construct a
    .fon directly from my own .fd input format; even the new helper
    function fnt_facename() that I had to add is a subset of the existing
    direntry().

 winfont/mkwinfont | 34 ++++++++++++++++++++++++++--------
 1 file changed, 26 insertions(+), 8 deletions(-)



More information about the tartarus-commits mailing list