Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
PanderMusubi committed May 8, 2017
1 parent 4b51754 commit d2401d6
Show file tree
Hide file tree
Showing 421 changed files with 41 additions and 7,113 deletions.
37 changes: 0 additions & 37 deletions build.sh

This file was deleted.

41 changes: 41 additions & 0 deletions specimens/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

cp -f ../src/fonts/Neude.?tf ..

rm -f Neude-otf.ttx
rm -f Neude-ttf.ttx

ttx -o Neude-otf.ttx ../Neude.otf
ttx -o Neude-ttf.ttx ../Neude.ttf

#OTF_MODIFIED <modified value="
#TTF_MODIFIED <modified value="

OTF_VERSION=`grep ' <version value="' Neude-otf.ttx|awk -F '"' '{print $2}'`
#TTF_VERSION=`grep ' <version value="' Neude-ttf.ttx|awk -F '"' '{print $2}'`
TTF_VERSION=$OTF_VERSION

OTF_GLYPHS=`grep '<GlyphID id="' Neude-otf.ttx|grep -v '.null'|grep -v '.notdef'|grep -v 'nonmarkingreturn'|wc -l`
TTF_GLYPHS=`grep '<GlyphID id="' Neude-ttf.ttx|grep -v '.null'|grep -v '.notdef'|grep -v 'nonmarkingreturn'|wc -l`

fntsample -f ../Neude.otf -o Neude-otf-fntsample.pdf
fntsample -f ../Neude.ttf -o Neude-ttf-fntsample.pdf

fntsample -g -i 0x0000-0x007F -f ../Neude.otf -o Neude-otf-fntsample-basic-latin.svg
fntsample -g -i 0x0000-0x007F -f ../Neude.ttf -o Neude-ttf-fntsample-basic-latin.svg

inkscape -z -e Neude-otf-fntsample-basic-latin.png Neude-otf-fntsample-basic-latin.svg
inkscape -z -e Neude-ttf-fntsample-basic-latin.png Neude-ttf-fntsample-basic-latin.svg

convert -flatten Neude-otf-fntsample-basic-latin.png Neude-otf-fntsample-basic-latin.png
convert -flatten Neude-ttf-fntsample-basic-latin.png Neude-ttf-fntsample-basic-latin.png

fontimage --pixelsize 64 --text NEUDE --pixelsize 42 --text 0123456789\ \"\'+=^\`\| --text ABCDEFGHIJKLMNOPQRSTUVWXYIJZ --pixelsize 32 --text BLOWZY\ NIGHT-FRUMPS\ VEX\'D\ JACK\ Q. --text LYNX\ C.Q.\ VOS\ PRIKT\ BH\:\ DAG\ ZWEMJUF\! --text $OTF_GLYPHS\ GLYPHS\ V.\ $OTF_VERSION -o Neude-otf-fontimage.png ../Neude.otf
fontimage --pixelsize 64 --text NEUDE --pixelsize 42 --text 0123456789\ \"\'+=^\`\| --text ABCDEFGHIJKLMNOPQRSTUVWXYIJZ --pixelsize 32 --text BLOWZY\ NIGHT-FRUMPS\ VEX\'D\ JACK\ Q. --text LYNX\ C.Q.\ VOS\ PRIKT\ BH\:\ DAG\ ZWEMJUF\! --text $TTF_GLYPHS\ GLYPHS\ V.\ $TTF_VERSION -o Neude-ttf-fontimage.png ../Neude.ttf

echo
echo 'TTF version: '$TTF_VERSION
echo 'OTF version: '$OTF_VERSION

echo
echo 'TTF glyphs: '$TTF_GLYPHS
echo 'OTF glyphs: '$OTF_GLYPHS
25 changes: 0 additions & 25 deletions src/fonts/Neude_beta.sfdir/_A.glyph

This file was deleted.

13 changes: 0 additions & 13 deletions src/fonts/Neude_beta.sfdir/_Adieresis.glyph

This file was deleted.

13 changes: 0 additions & 13 deletions src/fonts/Neude_beta.sfdir/_Amacron.glyph

This file was deleted.

29 changes: 0 additions & 29 deletions src/fonts/Neude_beta.sfdir/_B.glyph

This file was deleted.

27 changes: 0 additions & 27 deletions src/fonts/Neude_beta.sfdir/_C.glyph

This file was deleted.

13 changes: 0 additions & 13 deletions src/fonts/Neude_beta.sfdir/_Cacute.glyph

This file was deleted.

13 changes: 0 additions & 13 deletions src/fonts/Neude_beta.sfdir/_Ccaron.glyph

This file was deleted.

13 changes: 0 additions & 13 deletions src/fonts/Neude_beta.sfdir/_Ccircumflex.glyph

This file was deleted.

13 changes: 0 additions & 13 deletions src/fonts/Neude_beta.sfdir/_Cdotaccent.glyph

This file was deleted.

24 changes: 0 additions & 24 deletions src/fonts/Neude_beta.sfdir/_D.glyph

This file was deleted.

13 changes: 0 additions & 13 deletions src/fonts/Neude_beta.sfdir/_Dcaron.glyph

This file was deleted.

26 changes: 0 additions & 26 deletions src/fonts/Neude_beta.sfdir/_E.glyph

This file was deleted.

13 changes: 0 additions & 13 deletions src/fonts/Neude_beta.sfdir/_Ecaron.glyph

This file was deleted.

13 changes: 0 additions & 13 deletions src/fonts/Neude_beta.sfdir/_Edieresis.glyph

This file was deleted.

13 changes: 0 additions & 13 deletions src/fonts/Neude_beta.sfdir/_Edotaccent.glyph

This file was deleted.

13 changes: 0 additions & 13 deletions src/fonts/Neude_beta.sfdir/_Emacron.glyph

This file was deleted.

24 changes: 0 additions & 24 deletions src/fonts/Neude_beta.sfdir/_F.glyph

This file was deleted.

Loading

0 comments on commit d2401d6

Please sign in to comment.