Skip to content

Commit adcf6b0

Browse files
committed
Imported Upstream version 5.1.20080914
1 parent 146317c commit adcf6b0

File tree

10 files changed

+1006
-32
lines changed

10 files changed

+1006
-32
lines changed

README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,3 +328,5 @@ leading (blank space) between lines.
328328
* The arrows from 21E6 to 21F0 should be redesigned to look the same, as
329329
far as possible within the Unifont's constraints.
330330

331+
* Review Mathematical Symbols and Box Drawing Symbols so they look good
332+
combined with each other as intended.
File renamed without changes.

font/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SHELL = /bin/sh
1515
#
1616
# assembly date of this version
1717
#
18-
VERSION = 5.1.20080820
18+
VERSION = 5.1.20080907
1919
#
2020
# Path to local unifont-bin utilities. If your system doesn't
2121
# use GNU's version of "make", use the first BINDIR definition.
@@ -62,7 +62,7 @@ TTFSRC = ttfsrc
6262
# > $(TTFSRC)/spaces.hex
6363

6464
all: pcf bmp-final bmp-ref ttf
65-
cp -a index.html compiled/index.html
65+
cp -p index.html compiled/index.html
6666

6767
#
6868
# Build the aggregate .hex font files
@@ -193,7 +193,7 @@ install: precompiled/unifont.ttf precompiled/unifont.pcf.gz
193193
install -m0755 -d $(TTFDEST)
194194
install -m0644 -p $(CURDIR)/precompiled/unifont.hex $(PKGDEST)/unifont.hex
195195
install -m0644 -p $(CURDIR)/precompiled/unifontfull.hex $(PKGDEST)/unifontfull.hex
196-
install -m0644 -p $(CURDIR)/precompiled/combining.txt $(PKGDEST)/combining.txt
196+
install -m0644 -p $(CURDIR)/precompiled/combining.dat $(PKGDEST)/combining.dat
197197
install -m0644 -p $(CURDIR)/precompiled/README $(PKGDEST)/README
198198
install -m0644 -p $(CURDIR)/precompiled/unifont.pcf.gz $(PCFDEST)/unifont.pcf.gz
199199
install -m0644 -p $(CURDIR)/precompiled/unifont.ttf $(TTFDEST)/unifont.ttf

font/precompiled/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Files:
33
The following files are used to construct other
44
GNU Unifont formats (BDF, PCF, TrueType):
55

6-
combining.txt - Zero-width (combining) code points, one per line
6+
combining.dat - Zero-width (combining) code points, one per line
77

88
unifontfull.hex - Unifont with combining circles, noncharacter
99
graphics, etc.
File renamed without changes.

font/precompiled/unifont.ttf

-400 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)