Don&#39;t know about any configuration options, but had the same issues and changed it in my geocaching patch:<div><br></div><div>change this line in src/gps_functions.c after setting global_font_scale to sth like 40:</div>

<div><br></div><div><div>@@ -94,7 +94,7 @@ osd_speed(gboolean force_redraw)</div><div> <span class="Apple-tab-span" style="white-space:pre">                </span>layout  = pango_layout_new (context);</div><div> <span class="Apple-tab-span" style="white-space:pre">                </span>desc    = pango_font_description_new();</div>

<div> <span class="Apple-tab-span" style="white-space:pre">                </span></div><div>-<span class="Apple-tab-span" style="white-space:pre">                </span>pango_font_description_set_size (desc, 60 * PANGO_SCALE);</div><div>+<span class="Apple-tab-span" style="white-space:pre">                </span>pango_font_description_set_size (desc, 60 * PANGO_SCALE * global_font_scale /100);</div>

<div> <span class="Apple-tab-span" style="white-space:pre">                </span>pango_layout_set_font_description (layout, desc);</div><div> <span class="Apple-tab-span" style="white-space:pre">                </span>pango_layout_set_text (layout, buffer, strlen(buffer));</div>

<div> <span class="Apple-tab-span" style="white-space:pre">        </span></div><div><br></div>HTH, Stefan<br><div class="gmail_quote">On Tue, Jan 5, 2010 at 6:39 PM, vancel35 <span dir="ltr">&lt;<a href="mailto:vancel@thespazcat.com">vancel@thespazcat.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
I&#39;ve noticed that each version that I&#39;ve upgraded of TangoGPS has increased<br>
the font size for the speed display on the map screen.  I don&#39;t need or want<br>
it to take up 1/4 of the screen as it does now.  I&#39;ve looked inside the<br>
TangoGPS config file (~.gconf/apps/tangogps/%gconf.xml), but I couldn&#39;t see<br>
any options to set the font size.  Although I have to admit that some of the<br>
config option names are slightly cryptic.<br>
<br>
Is there a setting to reduce the font size?<br>
<br>
Thanks for any info.<br>
<br>
-Laura<br>
<font color="#888888">--<br>
View this message in context: <a href="http://n2.nabble.com/TangoGPS-font-size-for-speed-indicator-tp4256370p4256370.html" target="_blank">http://n2.nabble.com/TangoGPS-font-size-for-speed-indicator-tp4256370p4256370.html</a><br>


Sent from the Openmoko Community mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Openmoko community mailing list<br>
<a href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a><br>
<a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
</font></blockquote></div><br></div>