-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpigrc
60 lines (48 loc) · 2.17 KB
/
pigrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
$$
$$ piglet initialization file
$$
SET PIG_PATH ".:./.pigrc:~/.pigrc:/usr/local/lib/piglet:/usr/lib/piglet";
$$ SET PIG_RC "pigrc" $$ I suppose if you wanted to
SET PIG_GEOMETRY "900x740+10+30"; $$ set X11 geometry
SET PIG_X11MENU_FONT "10x20"; $$ X11 font to use for menu
SET PIG_SPLASH_REP "piglogo"; $$ startup logo file
SET PIG_MENUDATA_FILE "MENUDATA_V"; $$ menu definition file
SET PIG_NOTEDATA_FILE "SIMPLEX.F"; $$ note font file
SET PIG_NOTEDATA_FILE "WHELV.F"; $$ note font file
SET PIG_NOTEDATA_FILE "NOTEDATA.F"; $$ note font file
SET PIG_TEXTDATA_FILE "ROMANT.F"; $$ text font file
SET PIG_TEXTDATA_FILE "TEXTDATA.F"; $$ text font file
$$ optional shp fonts
$$ you can select font 5, for example with :n5
$$ add n1 :n5 "example";
SET PIG_SHPFONT0 "shpfonts/pan.shp"
SET PIG_SHPFONT1 "shpfonts/complex.shp"
SET PIG_SHPFONT2 "shpfonts/opt.shp"
SET PIG_SHPFONT3 "shpfonts/archoldt.shp"
SET PIG_SHPFONT4 "shpfonts/scripts.shp"
SET PIG_SHPFONT5 "shpfonts/arctext.shp"
SET PIG_SHPFONT6 "shpfonts/x-hand1f.shp"
$$SET PIG_SHPFONT6 "shpfonts/arcti.shp"
SET PIG_SHPFONT7 "shpfonts/arr.shp"
SET PIG_SHPFONT8 "shpfonts/hnote.shp"
SET PIG_SHPFONT9 "shpfonts/italcomp.shp"
SET PIG_SHPFONT10 "shpfonts/prs.shp"
SET PIG_SHPFONT11 "shpfonts/prs-t.shp"
SET PIG_SHPFONT12 "shpfonts/zch.shp"
SET PIG_SHPFONT13 "shpfonts/italcomp.shp"
SET PIG_SHPFONT14 "shpfonts/ncriptc.shp"
SET PIG_SHPFONT15 "shpfonts/prs.shp"
SET PIG_SHPFONT16 "shpfonts/script.shp"
SET PIG_SHPFONT17 "shpfonts/urm.shp"
SET PIG_SHPFONT18 "shpfonts/zch.shp"
SET PIG_SHPFONT19 "shpfonts/hcomx.shp"
SET PIG_PROCDATA_FILE "PROCDATA.P"; $$ text font file
SET PIG_GRID "10 10 1 1 0 0"; $$ default grid spec
SET PIG_GRID_COLOR "3"; $$ default grid color
SET PIG_SHOW_DEFAULT "#E"; $$ make cells editable by default
SET PIG_FONT_SLANT "0.0"; $$ default angle for TSLANT command
SET PIG_FONT_SIZE "10.0"; $$ default fontsize for FSIZE command
SET PIG_PAPER_SIZE "8.5x11"; $$ default paper size for PLOT
DEF wi "WIN :X.5;" $$ window-in macro
DEF wo "WIN :X2;" $$ window-out macro
DEF wf "WIN :F;" $$ window-fit macro