notepad-plus-plus/PowerEditor/misc/npp.help/HTML/Zooming.html

29 lines
1.5 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Zooming</title>
<link rel="stylesheet" href="styles.css" type="text/css"></head>
<body>
<h1>Zooming</h1>
<img style="width: 839px; height: 550px;" alt="" src="Images/Screenshots/multiview_zoom.png"><p>Scintilla
allows to zoom in or out on the current text, without actually
modifying any font properties. This allows for a quick oversight or a
very clear view of the text (or both, see the screenshot and <a href="Multi%20View.html">Multi-View</a>).
<p>
To
zoom in, select <span class="menu_item">View-&gt;Zoom-&gt;Zoom
in</span>, press the <img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/zoomIn.png">&nbsp;button
or depress the <span class="shortcut">Ctrl</span>
key and scroll
the <span class="shortcut">mousewheel</span> forwards.
<p>
To
zoom out, select <span class="menu_item">View-&gt;Zoom-&gt;Zoom
out</span></font><font face="Times New Roman, serif">,
press the <img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/zoomOut.png">&nbsp;button</font><font face="Times New Roman, serif"> or depress the <span class="shortcut">Ctrl</span> key and scroll
the <span class="shortcut">mousewheel</span> backwards.
<p>
To
restore the original zoom (100%), select <span class="menu_item">View-&gt;Zoom-&gt;Restore
default
zoom setting</span>.
</body></html>