[Joypy-announce] [SCM] Thun (joypy) branch, master, updated. 144e73ebc30986a174e80fd449078f9009bf8ab8

Back to archive index
scmno****@osdn***** scmno****@osdn*****
Wed Mar 1 00:00:52 JST 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "Thun" repository
containing the "joypy" project.

The branch, master has been updated
       via  144e73ebc30986a174e80fd449078f9009bf8ab8 (commit)
      from  58f779c430220de9ea5a5743ad832f5e051bf8b3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 144e73ebc30986a174e80fd449078f9009bf8ab8
Author: Simon Forman <sform****@hushm*****>
Date:   Tue Feb 28 06:53:31 2023 -0800

    A different font.
    
    It's easy enough to substitute a different font in the call to
    Imagemagick's `convert` tool, but in the case of pixel fonts, it will
    scale them, so you're not getting a proper bitmap of the pixels, you're
    getting a kind of screenshot of the pixels.
    
    I want to make a different machinery for bitmapped pixel fonts, and I
    want to make a simple DEFINE-based way to pick them without having to
    edit your source code,  e.g. #define font_data font_PublicPixel_22_data
    yeah?
    
    After that, simple affine transforms for fake 3D..

-----------------------------------------------------------------------

Summary of changes:
 implementations/uvm-ncc/font/GNUmakefile |     6 +-
 implementations/uvm-ncc/font/font.h      | 24149 ++++++++++++++++++++++-------
 implementations/uvm-ncc/xerblin.c        |    26 +-
 3 files changed, 18259 insertions(+), 5922 deletions(-)


hooks/post-receive
-- 
Thun (joypy)



More information about the Joypy-announce mailing list
Back to archive index