]> git.xonotic.org Git - xonotic/xonotic.git/commit
Merge branch 'sev/unifont_update' into 'master'
authorRudolf Polzer <divverent@gmail.com>
Mon, 3 Aug 2015 16:14:34 +0000 (16:14 +0000)
committerRudolf Polzer <divverent@gmail.com>
Mon, 3 Aug 2015 16:14:34 +0000 (16:14 +0000)
commit611be7dbdb01ee7206e1e52dba0c54596c76a92f
tree33659618e7d55b96437608798ab63b7bfddbba77
parent737b6e2b75fae9b158cfb064d71a980be1c3004d
parent2627fa199fee9062e810d1bde97d5a9ce0ffe5c8
Merge branch 'sev/unifont_update' into 'master'

Unifont update

This branch updates the GNU Unifont from version 5.1 to version 7.0.06.
It also makes two changes which I consider useful:

- Remove the version string from the font file name.
This way, any future updates will not invalidate all references to the font. A problem that is illustrated with this update.

- Move the Unifont to a dedicated package. Currently, individual copies are added to the other font packages.
This causes a lot of redundancy. More importantly, it gives the impression that this is necessary for custom fonts as well,
causing more redundancy and inconsistencies if the unifont is shared in custom font pk3 archives.
This change also eliminates possible confusions about authorship of the fonts.

See merge request !7