Files
web-apps/apps/visioeditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm
svetlana maleeva 09462e7a17 Update help
2025-01-30 19:47:48 +03:00

71 lines
5.7 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>Advanced Settings of the Diagram Viewer</title>
<meta charset="utf-8" />
<meta name="description" content="The advanced settings of the Diagram Viewer" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Advanced Settings of the Diagram Viewer</h1>
<p>The <!--<a href="https://www.onlyoffice.com/en/pdf-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)">--><b>Diagram Viewer</b><!--</a>--> allows you to change its advanced settings. To access them, open the <b>File</b> tab on the top toolbar and select the <b>Advanced Settings</b> option.</p>
<p>The advanced settings are grouped as follows:</p>
<h3>Appearance</h3>
<ol>
<li>
The <b>Interface theme</b> option is used to change the color scheme of the editors interface.
<ul>
<li>The <b>Same as system</b> option makes the editor follow the interface theme of your system.</li>
<li>The <b>Light</b> color scheme incorporates standard red brick, white, and light gray colors with less contrast in UI elements suitable for working during the daytime.</li>
<li>The <b>Classic Light</b> color scheme incorporates standard red brick, white, and light gray colors.</li>
<li>The <b>Dark</b> color scheme incorporates black, dark gray, and light gray colors suitable for working at night.</li>
<li>The <b>Contrast Dark</b> color scheme incorporates black, dark gray, and white colors with more contrast in UI elements, highlighting the working area of the file.</li>
<li>The <b>Gray</b> color scheme incorporates lighter gray color and appears as a uniformly light color scheme.</li>
</ul>
</li>
<li>The <b>Tab style</b> option is used to change tab highlighting type: <em>Fill</em> to fill the selected tab with a darker colour, or <em>Line</em> to underline the selected tab.</li>
<li>The <b>Use toolbar color as tabs background</b> option is used to fill the tabs with the same colour as the tab background interface.</li>
</ol>
<h3>Workspace</h3>
<ol>
<li>The <b>Turn on screen reader support</b> option is used to enable support of screen reader software.</li>
<li>The <b>Use Alt key to navigate the user interface using the keyboard</b> option is used to enable using the <em>Alt</em> / <em>Option</em> key in keyboard shortcuts.</li>
<li>
The <b>Default Zoom Value</b> option is used to set the default zoom value, selecting it in the list of available options from 50% to 500%. You can also choose the <em>Fit to Page</em>, <em>Fit to Width</em>, or <em>Last Used</em> option.
<p class="note">The <em>Last Used</em> option refers to the last set scaling during the current session.</p>
</li>
<li>
The <b>Font Hinting</b> option is used to select how fonts are displayed in the Diagram Viewer.
<ul>
<li>Choose <b>As Windows</b> if you like the way fonts are usually displayed on Windows, i.e., using Windows font hinting.</li>
<li>Choose <b>As OS X</b> if you like the way fonts are usually displayed on a Mac, i.e., without any font hinting at all.</li>
<li>Choose <b>Native</b> if you want your text to be displayed with hinting embedded into font files.</li>
<li>
<b>Default cache mode</b> - used to select the cache mode for the font characters. Its not recommended to switch it without any reason. It can be helpful in some cases only, for example, when an issue in the Google Chrome browser with enabled hardware acceleration occurs.
<p>The Diagram Viewer has two cache modes:</p>
<ol>
<li>In the <b>first cache mode</b>, each letter is cached as a separate picture.</li>
<li>In the <b>second cache mode</b>, a picture of a certain size is selected where letters are placed dynamically, and a mechanism for allocating/removing memory in this picture is also implemented. If there is not enough memory, a second picture is created, etc.</li>
</ol>
<p>The <b>Default cache mode</b> setting applies the two above-mentioned cache modes separately for different browsers:</p>
<ul>
<li>When the <b>Default cache mode</b> setting is enabled, Internet Explorer (v. 9, 10, 11) uses the <b>second cache mode</b>, other browsers use the <b>first cache mode</b>.</li>
<li>When the <b>Default cache mode</b> setting is disabled, Internet Explorer (v. 9, 10, 11) uses the <b>first cache mode</b>, other browsers use the <b>second cache mode</b>.</li>
</ul>
</li>
</ul>
</li>
</ol>
<p>To save the changes you made, click the <b>Apply</b> button.</p>
</div>
</body>
</html>