Date: Sun, 21 Oct 2018 00:35:54 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r339513 - head/share/vt/fonts Message-ID: <201810210035.w9L0ZsVd034433@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Sun Oct 21 00:35:54 2018 New Revision: 339513 URL: https://svnweb.freebsd.org/changeset/base/339513 Log: Add some tom-thumb vt font glyphs Primarily missing glyphs used by mandoc. Added: U+2010 hyphen U+2011 non-breaking hyphen U+2012 figure dash U+2013 en dash U+2014 em dash U+2018 left single quotation mark U+2019 right single quotation mark U+2020 dagger U+2021 double dagger U+203E overline U+2122 trade mark sign U+2502 box drawings light vertical U+25A1 white square U+25CA lozenge U+25CB circle U+2660 black spade suit U+2663 black club suit U+2665 black heart suit U+2666 black diamond suit U+FFFD replacement char Sponsored by: The FreeBSD Foundation Modified: head/share/vt/fonts/tom-thumb.hex Modified: head/share/vt/fonts/tom-thumb.hex ============================================================================== --- head/share/vt/fonts/tom-thumb.hex Sun Oct 21 00:32:59 2018 (r339512) +++ head/share/vt/fonts/tom-thumb.hex Sun Oct 21 00:35:54 2018 (r339513) @@ -1,5 +1,6 @@ # $FreeBSD$ # tom-thumb by Brian Swetland and Robey Pointer +# with the addition of some characters (primarily those emitted by mandoc) # # To the extent possible under law, the person who associated CC0 with # tom-thumb has waived all copyright and related or neighboring rights @@ -207,6 +208,27 @@ 0178:A000A0404000 017D:A0E060C0E000 017E:A0E060C0E000 +2010:0000E0000000 +2011:0000E0000000 +2012:0000E0000000 +2013:0000E0000000 +2014:0000E0000000 +2018:804000000000 +2019:204000000000 +2020:40E040404000 +2021:40E040E04000 2022:000040000000 2026:00000000A000 +203E:E00000000000 20AC:60E0E0C06000 +2122:E04000E0A000 +2502:404040404000 +25A1:00E0A0E00000 +25CA:0040A0A04000 +25CB:0040A0400000 +2660:0040E040E000 +2663:0040A040E000 +2665:00A0E0E04000 +2666:000040E04000 +2713:000020A04000 +FFFD:E0A0A0A0E000
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810210035.w9L0ZsVd034433>