fonttosfnt: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Dec 4 06:26:06 UTC 2019


 read.c |   21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

New commits:
commit cfb4d64e1b90a28693fd700f4abf0f55d969f4f6
Author: Ryan Farley <ryan.farley at gmx.com>
Date:   Sat Aug 31 06:42:24 2019 -0500

    allow ISO-646.1991-IRV as well, adobe standard for bdf
    
    Allow for BDF file with no specified encoding to be read as Adobe
    Standard (per freetype's BDF driver), and handle any Unicode-equivalent
    encoding without changing the encoding name.

commit 5d446a02a7422d3a61f74b8d1c28b7b551ea06fd
Author: Ryan Farley <ryan.farley at gmx.com>
Date:   Tue Aug 20 03:16:22 2019 -0500

    let freetype handle ISO-8859-1 mapping
    
    https://www.freetype.org/freetype2/docs/reference/ft2-base_interface.html#ft_encoding
    indicates that ISO-8859-1 is automatically mapped to Unicode for BDF and
    PCF fonts -- trying to use FT_Select_Charmap() with FT_ENCODING_NONE
    leads to an error for such fonts.



More information about the xorg-commit mailing list