aac719f843
Signed-off-by: Don HO <don.h@free.fr> git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@504 f5eea248-9336-0410-98b8-ebc06183d4e3
29 lines
1.5 KiB
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->Zoom->Zoom
|
|
in</span>, press the <img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/zoomIn.png"> 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->Zoom->Zoom
|
|
out</span></font><font face="Times New Roman, serif">,
|
|
press the <img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/zoomOut.png"> 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->Zoom->Restore
|
|
default
|
|
zoom setting</span>.
|
|
</body></html> |