<HTML>
<HEAD>
<TITLE>Horizontal legend font size</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I want to create a horizontal legend for a raster. &nbsp;<BR>
<BR>
The docs say,<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>When using the mouse or at to size &amp; place the legend, a user may create a horizontal legend by making the box wider than it is tall.<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
I read the previous line to mean the only way to create a legend is to use at and make the box wider than it is tall. &nbsp;Is that correct? &nbsp;Can I make a legend horizontal without using at=bottom,top,left,right <BR>
<BR>
The docs also say,<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Vertical legends produced with d.legend will place text labels to the right of the legend box, horizontal legends will place text below. This text will be auto-scaled to fit within the frame, reducing the size of the legend if necessary. Legends positioned with the mouse or with the at option will not auto-scale text, in order to provide more control to the user. <BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
The last line that says that the text will not auto-scale when using at, which means that a horizontal legend&#8217;s text will never auto-scale since the horizontal legend can only be made by using at to create a box that is wider than it is tall. &nbsp;Am I misinterpreting anything? &nbsp;<BR>
<BR>
My problem is that I get a horizontal legend that looks great except the text is huge and looks awful. &nbsp;<BR>
<BR>
How can I change the size of the text in the legend?<BR>
<BR>
The following are my commands.<BR>
<BR>
d.rast raster@Temp<BR>
d.frame -c frame=leg at=1,10,5,95<BR>
d.legend -s range=0,13.5 labelnum=5 at=80,100,5,95 map=raster@Temp<BR>
<BR>
Thanks,<BR>
<BR>
Paul<BR>
</SPAN></FONT>
</BODY>
</HTML>