From: Paul Hardy Date: Sun, 22 Dec 2013 01:53:24 +0000 (+0000) Subject: unifont-6.3.20131221.tar.gz X-Git-Url: http://git.shiar.nl/unifont.git/commitdiff_plain/48e3a36faf203c4d25e024994f103fce1fcc8fca?hp=48e3a36faf203c4d25e024994f103fce1fcc8fca unifont-6.3.20131221.tar.gz * ChangeLog: corrected date on last entry from 12-27 to 12-17. * Makefiles: updated date for new release. * font/hexsrc/unifont-base.hex: Modified glyphs to appear better in APL: U+22F8, U+233B, U+233E, U+235B, and U+2364. * font/ttfsrc/Makefile: commented out SetFontNames function calls in fontforge. Not all applications were interpreting that data correctly. For example, in LibreOffice, it listed the font as the foundry name ("GNU") rather than the foundry name plus the font name ("GNU Unifont") or just the font name. That is a bug in LibreOffice, so if such things are fixed in the future then these calls can be re-introduced. * src/hex2bdf: - Rearranged some properties (cosmetic change). - Changed default font name from "unifont" to "Unifont". * src/unigencircles.c: changed subscript from MAXSTRING to MAXSTRING-1 at line 61. ---