bdftopcf: Changes to 'master'

Adam Jackson ajax at kemper.freedesktop.org
Tue Oct 24 19:16:44 UTC 2017


 Makefile.am  |   23 +
 atom.c       |  250 ++++++++++++++
 bdfread.c    |  992 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 bdfutils.c   |  337 ++++++++++++++++++++
 bitmap.c     |  161 +++++++++
 bitmaputil.c |  229 +++++++++++++
 bufio.c      |  205 ++++++++++++
 configure.ac |    3 
 defaults.c   |   74 ++++
 fileio.c     |   66 +++
 filewr.c     |   64 +++
 fontaccel.c  |  104 ++++++
 fontink.c    |  216 ++++++++++++
 pcfwrite.c   |  481 ++++++++++++++++++++++++++++
 private.c    |  104 ++++++
 stubs.h      |   79 ++++
 utilbitmap.c |  183 ++++++++++
 17 files changed, 3564 insertions(+), 7 deletions(-)

New commits:
commit 102696da8737fcb324034f673cd5815f28923311
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Oct 24 13:54:47 2017 -0400

    Import libXfont's BDF-to-PCF code
    
    bdftopcf is the only consumer of libXfont 1.x's read/write support, and
    we'd like 1.x to go away entirely. Copy in the BDF read and PCF write
    support so there's one fewer consumer of 1.x.
    
    Signed-off-by: Adam Jackson <ajax at redhat.com>
    Acked-by: Julien Cristau <jcristau at debian.org>



More information about the xorg-commit mailing list