Blob Blame History Raw
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-text-size" xml:lang="fi">

  <info>
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
    <link type="seealso" xref="gedit-change-default-font"/>
    <revision version="3.4" date="2013-02-24" status="review"/>

    <credit type="author">
      <name>Jim Campbell</name>
      <email its:translate="no">jwcampbell@gmail.com</email>
    </credit>
    <credit type="author">
      <name>Sindhu S</name>
      <email its:translate="no">sindhus@live.in</email>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal-plugins.xml"/>

    <desc>Increase or decrease text size.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>sampo555</mal:name>
      <mal:email>sampo_75 [at] windowslive [dot] com</mal:email>
      <mal:years>2012.</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Valto Wirkola</mal:name>
      <mal:email>valto [dot] wirkola [at] yahoo [dot] com</mal:email>
      <mal:years>2008, 2010</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Tommi Vainikainen</mal:name>
      <mal:email>thv [at] iki [dot] fi</mal:email>
      <mal:years>2006.</mal:years>
    </mal:credit>
  </info>

  <title>Text Size</title>

  <p>The text size plugin allows you to temporarily change the text size for
  better readability in <app>gedit</app> without changing the program's default
  text size.</p>

<section id="enable-text-size">
  <title>Enable Text Size Plugin</title>

  <steps>
    <title>To enable Text Size plugin:</title>
    <item>
      <p>Select <guiseq><gui style="menu">gedit</gui>
      <gui style="menuitem">Preferences</gui>
      <gui style="tab">Plugins</gui></guiseq>.</p>
    </item>
    <item>
      <p>Select <gui style="menuitem">Text Size</gui> to enable the
      plugin.</p>
    </item>
  </steps>

</section>

<section id="use-text-size">
  <title>Use the <app>Text Size</app> plugin</title>

  <p>Once you have enabled the plugin, do any of the following to change the
  text size in <app>gedit</app>:</p>

  <list>
    <item>
      <p>To <em>increase</em> the text size, press
      <keyseq><key>Ctrl</key><key>+</key></keyseq>.</p>
    </item>
    <item>
      <p>To <em>decrease</em> the text size, press
      <keyseq><key>Ctrl</key><key>-</key></keyseq>.</p>
    </item>
    <item>
      <p>To <em>reset</em> the text size to the default size, press
      <keyseq><key>Ctrl</key><key>0</key></keyseq>.</p>
    </item>
  </list>

</section>

</page>