| 1 | ; Printer Description File for Survex 1.2 - http://survex.com/ |
|---|
| 2 | ; |
|---|
| 3 | ; Copyright (C) 1993-2002, 2006, 2011, 2014 Olly Betts |
|---|
| 4 | ; |
|---|
| 5 | ; This program is free software; you can redistribute it and/or modify |
|---|
| 6 | ; it under the terms of the GNU General Public License as published by |
|---|
| 7 | ; the Free Software Foundation; either version 2 of the License, or |
|---|
| 8 | ; (at your option) any later version. |
|---|
| 9 | ; |
|---|
| 10 | ; This program is distributed in the hope that it will be useful, |
|---|
| 11 | ; but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 12 | ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 13 | ; GNU General Public License for more details. |
|---|
| 14 | ; |
|---|
| 15 | ; You should have received a copy of the GNU General Public License |
|---|
| 16 | ; along with this program; if not, write to the Free Software |
|---|
| 17 | ; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|---|
| 18 | |
|---|
| 19 | ; Note: don't modify this file or your changes will be overwritten by |
|---|
| 20 | ; upgrades. See the Survex manual or print.ini(5) man page for details. |
|---|
| 21 | |
|---|
| 22 | [aven] |
|---|
| 23 | ; font size for labels in points |
|---|
| 24 | font_size_labels=6 |
|---|
| 25 | |
|---|
| 26 | ; colour formats are as in HTML: |
|---|
| 27 | ; * #rgb and #rrggbb where r, g, b are hex digits (0-9 or a-f or A-F) |
|---|
| 28 | ; * the 16 named VGA colours: aqua black blue fuchsia gray green lime maroon |
|---|
| 29 | ; navy olive purple red silver teal white yellow |
|---|
| 30 | |
|---|
| 31 | ; Text in legend, scalebar, etc |
|---|
| 32 | ;colour_text=navy |
|---|
| 33 | |
|---|
| 34 | ; Station names |
|---|
| 35 | ;colour_labels=olive |
|---|
| 36 | |
|---|
| 37 | ; Crosses at stations |
|---|
| 38 | colour_crosses=gray |
|---|
| 39 | |
|---|
| 40 | ; (Underground) survey legs |
|---|
| 41 | ;colour_legs=black |
|---|
| 42 | |
|---|
| 43 | ; Surface survey legs |
|---|
| 44 | colour_surface_legs=lime |
|---|
| 45 | |
|---|
| 46 | ; Page border, legend, alignment ticks, cutlines. |
|---|
| 47 | ;colour_frame=silver |
|---|