1
0
Fork 0
gedit/help/C/gedit-plugins-text-size.page
Daniel Baumann 61eec86fe3
Adding upstream version 48.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 19:48:29 +02:00

73 lines
2.1 KiB
Text

<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="topic" style="task"
id="gedit-plugins-text-size">
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
<desc>Increase or decrease text size.</desc>
</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 the plugin:</title>
<item>
<p>Press the menu button in the top-right corner of the window and select
<guiseq><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>
<section>
<title>Other ways to use the <app>Text Size</app> plugin</title>
<list>
<item>
<p>To <em>increase</em> or <em>decrease</em> the text size, press
<key>Ctrl</key> and scroll with the mouse wheel or the touchpad.</p>
</item>
<item>
<p>To <em>reset</em> the text size to the default size, press
<key>Ctrl</key> and click on the middle mouse button.</p>
</item>
<item>
<p>Alternately, open the main menu, go to <gui style="menu">View</gui> and
choose the appropriate action.</p>
</item>
</list>
</section>
</page>