unifont-6.3.20131217.tar.gz
[unifont.git] / NEWS
1 2013-12-17: Release 6.3.20131217
2
3    This fixes three bugs:
4
5         * doc/Makefile: removed redirection of texi2pdf output.
6         * font/Makefile: don't modify PCF fonts with FontForge,
7           which alters them so grub-mkfont can't read them.
8         * font/ttfsrc/Makefile: remove *.bdf so unifont_sample.bdf
9           gets deleted.
10
11    Also includes a few formatting changes; see ChangeLog.
12
13 2013-12-15: Release 6.3.20131215
14
15    This version introduces unihex2png and unipng2hex, two Perl scripts
16    that Andrew Miller wrote based upon Paul Hardy's unihex2bmp.c and
17    unibmp2hex.c programs.  These new scripts allow conversion between
18    the Unifont .hex format and Portable Network Graphics (PNG) files
19    for graphical editing.  With this addition, more graphics programs
20    can be used to edit Unifont glyphs.
21
22    unihex2png and unipng2hex also support glyphs that are 24 or 32
23    pixels tall, in addition to Unifont's default 16 pixels tall.
24    Roman Czyborra's hexdraw and hex2bdf Perl scripts were modified
25    to also support glyphs that are 16, 24, or 32 pixels tall.  These
26    changes have not been fully tested, and at this point are considered
27    experimental.
28
29    There are no plans to add this multi-height support to unihex2bmp.c
30    and  unibmp2hex.c.
31
32    The package now contains a "doc/" directory, with documentation
33    in Texinfo format.  Files in the "man/" directory were updated
34    for consistency, especially in noting that all programs are
35    covered under GPLv2+ now.
36
37    In addition to "unifont-*.*" font files, this package now also creates
38    "unifont_sample-*.*" files.  These "Unifont Sample" fonts contain
39    combining circles, and four-digit hexadecimal glyphs for unassigned
40    code points and Private Use Area glyphs.  Because of the inclusion
41    of combining cirlces, "Unifont Sample" font versions are only intended
42    for illustrating individual glyphs, not for general-purpose writing.
43    The two generated fonts are unifont_sample-*.bdf and unifont_sample-*.ttf.
44    The TTF file contains SBIT glyphs, not outlined TrueType glyphs like
45    "unifont-*.ttf".
46
47    The font versions (BDF, PCF, and TTF) now contain copyright and
48    version information.  This will help identify outdated versions
49    of a font in the future.  hex2bdf now accepts a version string and
50    a copyright string as command line arguments.
51
52    To simplify this package supporting two versions of Unifont
53    ("Unifont" and "Unifont Sample"), hex2bdf now accepts a font name
54    as a command line argument.  This will streamline adding additional
55    fonts in the future as part of this same package.  Note that the
56    old XLFD font name "unifont" has now been capitalized to "Unifont".
57
58    Many XLFD properties have been added to the BDF version of Unifont
59    in addition to font version and copyright XLFD properties.  At least
60    some of these are carried over to the PCF version during conversion
61    with bdftopcf.  This has solved an issue with grub-mkfont and FreeType
62    for converting the PCF font into a GRUB version.
63
64    Some glyphs were redrawn: the Capricorn sign, several CJK Radicals
65    Supplement ideographs, and several Armenian letters.  The Armenian
66    letters were modified with the new unihex2png and unipng2hex programs.
67
68    Further details are in the ChangeLog file.
69
70 2013-10-20: Release 6.3.20131020
71
72    This is the first release as part of the GNU Project.