redo ogoneks, hint TTF by default and bump version

prop
Jany Belluz 2013-11-28 22:56:43 +01:00
parent bcd27b11dd
commit e126ed62b5
11 changed files with 694 additions and 700 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,25 +1,25 @@
BASENAMES=$(patsubst Sources/%.sfd,%,$(wildcard Sources/*.sfd))
SOURCES=$(wildcard Sources/*.sfd)
BASENAMES=$(patsubst Sources/%.sfd,%,$(SOURCES))
TTF_FILES=$(patsubst %,%.ttf,$(BASENAMES))
TTF_HINTED_FILES=$(patsubst %,%-autohint.ttf,$(BASENAMES))
# TTF_HINTED_FILES=$(patsubst %,%-autohint.ttf,$(BASENAMES))
OTF_FILES=$(patsubst %,OTF/%.otf,$(BASENAMES))
all: zip
OTF/%.otf %.ttf: Sources/%.sfd
./validate-generate.sh $*
%-autohint.ttf: %.ttf
# TODO determine perfect parameters
ttfautohint $< $@
ttfautohint $*.ttf $*.hinted.ttf
mv $*.hinted.ttf $*.ttf
.PHONY: install clean zip
install: $(TTF_FILES)
cp $^ ~/.fonts/
fc-cache -f
zip: $(TTF_FILES) $(TTF_HINTED_FILES) $(OTF_FILES)
zip: $(TTF_FILES) $(OTF_FILES) $(SOURCES)
zip CosmicSansNeueMono.zip OFL.txt README.md $^
clean:
rm $(TTF_FILES) $(TTF_HINTED_FILES) $(OTF_FILES)
rm $(TTF_FILES) $(OTF_FILES)

Binary file not shown.

Binary file not shown.

View File

@ -69,3 +69,12 @@ Versions
Greek letters.
Powerline characters.
1.3.1 - Various fixes: still cleaning m and w, reworked all ogoneks, changed a
bit the dollar, moved some accents, eliminated glitches around
Powerline symbols.
TTF fonts are now hinted using Freetype's `ttfautohint`, which should
give much better results on Windows (and maybe in Java apps and others
contexts). In case this is a problem, please let me know and I will
provide also an unhinted version.
**Windows users should use the TTF (TrueType) files.**

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

2
pkg.sh
View File

@ -9,7 +9,7 @@ esac
pkg=${PKG:-${pkg}}
name='cosmic-sans-neue'
version='1.3'
version='1.3.1'
desc='A font family with a great monospaced variant for programmers.'
url=http://openfontlibrary.org/en/font/cosmic-sans-neue-mono