1234567891011121314 |
- --- /dev/null 2009-07-09 15:46:44.395160073 +0300
- +++ buildscript 2009-07-09 15:18:59.711389974 +0300
- @@ -0,0 +1,10 @@
- +i = 1
- +while ( i < $argc )
- + Open ($argv[i], 1)
- + Generate ($fontname + ".ttf")
- + PrintSetup (5)
- + PrintFont (0, 0, "", $fontname + "-sample.pdf")
- + Close()
- + i++
- +endloop
- +
|