--- loncom/xml/lonplot.pm 2007/08/03 05:56:00 1.121 +++ loncom/xml/lonplot.pm 2007/08/03 05:58:12 1.122 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Dynamic plot # -# $Id: lonplot.pm,v 1.121 2007/08/03 05:56:00 albertel Exp $ +# $Id: lonplot.pm,v 1.122 2007/08/03 05:58:12 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -716,6 +716,7 @@ sub get_font { $size = '9'; } } else { + $size = $Apache::lonplot::plot{'font'}; $selected_font = $font_properties{$Apache::lonplot::plot{'fontface'}}; } return ($size, $selected_font);