Skip to content

Commit f8950aa

Browse files
committed
unifont: update to 15.0.02.
2023-05-20: Release 15.0.02 * N.B.: This is the last planned version to build TrueType font files as part of the standard font build with make BUILDFONT=1 In the future, only OpenType font files will be part of the ordinary font building using the hex2otf program. TrueType fonts will have to be built manually using cd font make truetype * Minor update to allow for separate building of TrueType and OpenType fonts. This is in preparation for the future removal of TrueType font files from default font builds, in preference for OpenType font files. That change is planned for the release of Unifont 15.1.01, which will correspond to the release of the Unicode 15.1.0 standard scheduled for September 2023. * Added Doxygen annotation to C programs and corresponding ".h" header files. Annotated output is generated in a new "doxygen" subdirectory. Doxygen output consists of a browsable set of HTML pages and a hyperlinked PDF document. * Updates to make files to fix issues with redundant building under some circumstances. * Added 196 Plane 2 and Plane 3 Chinese ideographs drawn by 湖 远星 to the basic Unifont font files for coverage of the General Standard Chinese Characters set. Also added biang glyphs drawn by Ming Fan. * Fullwidth CJK characters that appeared to be boldface in the range U+FF00..U+FFEF were updated using glyphs from Wen Quan Yi, with some modifications.
1 parent a16fd27 commit f8950aa

4 files changed

Lines changed: 712 additions & 11 deletions

File tree

fonts/unifont/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.32 2022/09/18 11:46:32 wiz Exp $
1+
# $NetBSD: Makefile,v 1.33 2023/05/21 18:06:17 wiz Exp $
22

3-
DISTNAME= unifont-15.0.01
3+
DISTNAME= unifont-15.0.02
44
CATEGORIES= fonts
55
MASTER_SITES= https://unifoundry.com/pub/unifont/${DISTNAME}/
66

@@ -17,6 +17,7 @@ MAKE_FLAGS+= FONTDEST=${DESTDIR}${PREFIX}/share/fonts
1717
MAKE_FLAGS+= PKGMANDIR=${PKGMANDIR}
1818

1919
FONTS_DIRS.ttf+= ${PREFIX}/share/fonts/truetype/unifont
20+
FONTS_DIRS.otf+= ${PREFIX}/share/fonts/opentype/unifont
2021
FONTS_DIRS.x11+= ${PREFIX}/share/fonts/X11/misc
2122

2223
REPLACE_PERL+= src/bdfimplode

0 commit comments

Comments
 (0)