diff options
author | nia <nia@pkgsrc.org> | 2020-06-17 11:06:28 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-06-17 11:06:28 +0000 |
commit | 1ea5ba5e3ad68e0104580c5a1f8cef8926864ae5 (patch) | |
tree | bded963fa86a88d68ee94fd77586824a82ae33c1 /fonts/Makefile | |
parent | 8935fd8183e53bfe5579450031c6b9c6da6f05d1 (diff) | |
download | pkgsrc-1ea5ba5e3ad68e0104580c5a1f8cef8926864ae5.tar.gz |
fonts: Add uw-ttyp0
UW ttyp0 is a family of bitmap programmer's fonts in bdf format. It covers
most of the Latin and Cyrillic alphabet, Greek, Armenian, Georgian (only
Mkhedruli), Hebrew (without cantillation marks), Thai, most of IPA (but no
UPA), standard punctuation, common symbols, some mathematics, line graphics,
a few dingbats, and Powerline delimiter symbols.
UW ttyp0 comes in nine sizes from 6x11 to 11x22. In all of the sizes there
are regular and bold versions; for some there is also a (somewhat experimental)
italic.
Diffstat (limited to 'fonts/Makefile')
-rw-r--r-- | fonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index 0f6b7b8cb39..e827655bc5c 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.340 2020/05/10 05:39:31 markd Exp $ +# $NetBSD: Makefile,v 1.341 2020/06/17 11:06:28 nia Exp $ # COMMENT= Fonts @@ -828,6 +828,7 @@ SUBDIR+= unscii SUBDIR+= uralic-ttf SUBDIR+= urbanrenewal-ttf SUBDIR+= urw-fonts +SUBDIR+= uw-ttyp0 SUBDIR+= vera-ttf SUBDIR+= vfontcap-kochi SUBDIR+= vlgothic-ttf |