Commit 9c724c2
authored
Handle font values with equal signs in them (#3192)
* Hande font values with equal signs in them
From the olden days, we are allowing the deprecated syntax PAR = value and even PAR=value given to gmt set, despite the syntax being PAR value. This caused trouble for fonts with outline pens which contains an equal sign. WHile being bakwards compatible, I removed the [=] from the docs to discourage the use of that old syntax. We still allow it, but not PAR=value for FONTS.
* Opps, plus remove two gv calls
* Update gmt_init.c
* Update putfont1 parent ee933ef commit 9c724c2
6 files changed
Lines changed: 9 additions & 7 deletions
File tree
- doc/rst/source
- src
- test
- psxyz
- psxy
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9222 | 9222 | | |
9223 | 9223 | | |
9224 | 9224 | | |
9225 | | - | |
| 9225 | + | |
9226 | 9226 | | |
9227 | 9227 | | |
9228 | 9228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6499 | 6499 | | |
6500 | 6500 | | |
6501 | 6501 | | |
6502 | | - | |
6503 | | - | |
| 6502 | + | |
| 6503 | + | |
| 6504 | + | |
| 6505 | + | |
| 6506 | + | |
| 6507 | + | |
6504 | 6508 | | |
6505 | 6509 | | |
6506 | 6510 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
0 commit comments