summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-05-22 18:56:04 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-05-22 18:56:04 (GMT)
commit90f368a04030bd4d7665a672e2d498e91bc1a13c (patch)
tree287a7fec62f7ea5bc8bed9cceb9561055aec04c4 /ds9/parsers/plotparser.tac
parent6f1bf3ef346df2faaef586547e75c1152bf42ff2 (diff)
downloadblt-90f368a04030bd4d7665a672e2d498e91bc1a13c.zip
blt-90f368a04030bd4d7665a672e2d498e91bc1a13c.tar.gz
blt-90f368a04030bd4d7665a672e2d498e91bc1a13c.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/plotparser.tac')
-rw-r--r--ds9/parsers/plotparser.tac1
1 files changed, 1 insertions, 0 deletions
diff --git a/ds9/parsers/plotparser.tac b/ds9/parsers/plotparser.tac
index 9131293..904c5a0 100644
--- a/ds9/parsers/plotparser.tac
+++ b/ds9/parsers/plotparser.tac
@@ -323,6 +323,7 @@ fontt : fontType FONT_ font {PlotCmdUpdateGraph "$1,family" $3}
| fontType FONTSIZE_ INT_ {PlotCmdUpdateGraph "$1,size" $3}
| fontType FONTWEIGHT_ fontWeight {PlotCmdUpdateGraph "$1,weight" $3}
| fontType FONTSLANT_ fontSlant {PlotCmdUpdateGraph "$1,slant" $3}
+# backward compatibility
| fontType FONTSTYLE_ fontStyle {PlotCmdFontStyle $1 $3}
| fontType SIZE_ INT_ {PlotCmdUpdateGraph "$1,size" $3}
| fontType WEIGHT_ fontWeight {PlotCmdUpdateGraph "$1,weight" $3}