~ubuntu-branches/ubuntu/precise/vflib3/precise

« back to all changes in this revision

Viewing changes to utils/vfl2bdf-2.0.0/sample.sh

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta
  • Date: 2002-04-15 12:10:24 UTC
  • Revision ID: james.westby@ubuntu.com-20020415121024-cann32wucyfbq22f
Tags: upstream-3.6.12
ImportĀ upstreamĀ versionĀ 3.6.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
OPT_VFLIBCAP=vflibcap-tex
 
4
 
 
5
./vfl2bdf -o min48.bdf  -p 48 -v ${OPT_VFLIBCAP} \
 
6
         -font-family Mincho.Fixed -94x94 \
 
7
         -charset-registry jisx0208.1990 -charset-encoding 0 \
 
8
         min10.pk  0x2121 0x747e
 
9
bdftopcf min48.bdf > min48.pcf
 
10
 
 
11
./vfl2bdf -o minh48.bdf -p 48 -v ${OPT_VFLIBCAP} \
 
12
         -font-family Mincho.Fixed -94x94 \
 
13
         -charset-registry jisx0212.1990 -charset-encoding 0 \
 
14
         minh10.pk 0x2121 0x747e
 
15
bdftopcf minh48.bdf > minh48.pcf
 
16
 
 
17
./vfl2bdf -o 24x48.bdf -p 48 -v ${OPT_VFLIBCAP} \
 
18
         -font-family Fixed \
 
19
         -charset-registry iso8859 -charset-encoding 1 \
 
20
         12x24.pcf 0x00 0xff
 
21
bdftopcf 24x48.bdf > 24x48.pcf