Menubar: Difference between revisions

1,487 bytes added ,  14 October 2015
no edit summary
mNo edit summary
No edit summary
Line 43: Line 43:


[[File:menubar2.jpg|517px]]
[[File:menubar2.jpg|517px]]
== Flickering Menubar text under Rembrandt / ALS ==
Due to problems that appear to be related to the internal bitmapped font not being rendering correctly on certain graphics card (e.g. AMD R9 290) it may be necessary to change the GUI style to use the TXF format[http://forum.flightgear.org/viewtopic.php?f=4&t=17536#p166346] fonts.
If there is an option on the Debug menu called *cycle gui* use this, ensure that you are using GUI style 1, i.e. in the preferences, or autosave the gui section should be as followed
<pre>
    <gui>
      <current-style type="int">1</current-style>
      <devel-widgets type="bool">false</devel-widgets>
    </gui>
</pre>
== How to Change the Default Menubar Font Size ==
For those using bigger monitors or higher resolutions it may be necessary to increase the font size of the menubar. The change below can be applied and should be made before launching.
<pre>
--- flightgear-data/fgdata/gui/styles/anthrax.xml.orig      2014-04-24 19:52:04.353028047 -0800
+++ flightgear-data/fgdata/gui/styles/anthrax.xml            2014-04-24 19:57:12.548002672 -0800
@@ -11,7 +11,7 @@
        <fonts>
                <gui>
-                      <name type="string">HELVETICA_12</name>
+                      <name type="string">HELVETICA_18</name>
                        <baseline-height type="float">21</baseline-height>
                </gui>
</pre>
Fonts available are based on what is installed in fgdata/Fonts in the tfx format.


=== Creating your own ===
=== Creating your own ===
Line 56: Line 87:
   </gui>
   </gui>
</syntaxhighlight>
</syntaxhighlight>
<references/>


[[Category:FlightGear feature]]
[[Category:FlightGear feature]]
[[Category:Menubar]]
[[Category:Menubar]]
308

edits