repo.or.cz
/
dejavu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- bumped version to 2.9
[dejavu.git]
/
dejavu-fonts
/
samples.pe
blob
5843bf5dc3571345f6458a6d5d9892a2d13112e5
1
# $Id$
2
3
# script file for FontForge for PDF samples creation
4
# usage:
5
# mkdir samples
6
# fontforge -script samples.pe *.sfd
7
8
if ($version < "20041012")
9
Error("Your version of FontForge does not support PDF creation");
10
endif
11
i = 1
12
while ( i < $argc )
13
Open($argv[i], 1)
14
PrintSetup(5)
15
PrintFont(0, 0, "", "samples/" + $fontname + ".pdf")
16
i++
17
endloop