From 3a67ce44369193e2089a35c5d106d3a115ec03c5 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Fri, 1 Nov 2024 17:22:48 -0300 Subject: tdf#137680 About Skia + Added precision on the use of Skia graphic engine vs. system GDI + Added bookmark entries + refactor Change-Id: If47fb8a7f251f70db26c8ba060d0257a28b15dc3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175936 Reviewed-by: Olivier Hallot Tested-by: Jenkins --- source/text/shared/optionen/01010800.xhp | 93 +++++++++++++++++--------------- 1 file changed, 49 insertions(+), 44 deletions(-) (limited to 'source') diff --git a/source/text/shared/optionen/01010800.xhp b/source/text/shared/optionen/01010800.xhp index bd0349c261..b00f8f3363 100644 --- a/source/text/shared/optionen/01010800.xhp +++ b/source/text/shared/optionen/01010800.xhp @@ -20,14 +20,14 @@ - View + View /text/shared/optionen/01010800.xhp
- + views; defaults defaults; views settings; views @@ -45,11 +45,11 @@ notebook bar;icon size - - + +

View

-Specifies view options. +Specifies view options.
@@ -57,29 +57,29 @@
- +

Icon Theme

-Specifies the icon style for icons in toolbars and dialogs. +Specifies the icon style for icons in toolbars and dialogs.

Icon Size

- +

Toolbar

-Specifies the display size of toolbar icons. - +Specifies the display size of toolbar icons. +

Notebookbar

-Specifies the display size of notebook bar icons. +Specifies the display size of notebook bar icons. - +

Sidebar

-Specifies the display size of sidebar icons. +Specifies the display size of sidebar icons.

Visibility

- +

Menu icons

-Displays icons next to the corresponding menu items. Select from "Automatic", "Hide" and "Show". "Automatic" displays icons according to system settings and themes. +Displays icons next to the corresponding menu items. Select from "Automatic", "Hide" and "Show". "Automatic" displays icons according to system settings and themes.

Shortcuts

Displays shortcut keys next to corresponding menu items. Select from "Automatic", "Hide", and "Show". "Automatic" displays shortcut keys according to system settings. @@ -87,99 +87,104 @@

Mouse

Middle button

-Defines the function of the middle mouse button. +Defines the function of the middle mouse button. - Automatic scrolling - dragging while pressing the middle mouse button shifts the view. + Automatic scrolling - dragging while pressing the middle mouse button shifts the view. - Paste clipboard - pressing the middle mouse button inserts the contents of the "Selection clipboard" at the cursor position. + Paste clipboard - pressing the middle mouse button inserts the contents of the "Selection clipboard" at the cursor position. -The "Selection clipboard" is independent of the normal clipboard that you use by Edit - Copy/Cut /Insert or the respective keyboard shortcuts. Clipboard and "Selection clipboard" can contain different contents at the same time. +The "Selection clipboard" is independent of the normal clipboard that you use by Edit - Copy/Cut /Insert or the respective keyboard shortcuts. Clipboard and "Selection clipboard" can contain different contents at the same time. + Action - Clipboard + Clipboard - Selection clipboard + Selection clipboard - Copy content + Copy content - Edit - Copy CommandCtrl+C. + Edit - Copy CommandCtrl+C. - Select text, table, object. + Select text, table, object. - Paste content + Paste content - Edit - Paste CommandCtrl+V pastes at the cursor position. + Edit - Paste CommandCtrl+V pastes at the cursor position. - Clicking the middle mouse button pastes at the mouse pointer position. + Clicking the middle mouse button pastes at the mouse pointer position. - Pasting into another document + Pasting into another document - No effect on the clipboard contents. + No effect on the clipboard contents. - The last marked selection is the content of the selection clipboard. + The last marked selection is the content of the selection clipboard.
Press Shift+CommandCtrl+R to restore or refresh the view of the current document.

Graphics Output

- - + +

Use hardware acceleration

-Directly accesses hardware features of the graphical display adapter to improve the screen display. The support for hardware acceleration is not available for all operating systems and platform distributions of %PRODUCTNAME. - +Directly accesses hardware features of the computer graphical display adapter to improve the screen display. The support for display acceleration depends on the operating system and computer hardware. +

Use Anti-Aliasing

-When supported, you can enable and disable anti-aliasing of graphics. With anti-aliasing enabled, the display of most graphical objects looks smoother and with less artifacts. +Enable or disable anti-aliasing of graphics. With anti-aliasing enabled, the display of most graphical objects looks smoother and with less artifacts. Only WIN gets Skia controls in 7.1 +

Use Skia for all rendering (on restart)

-Use the high performance Skia graphics engine to render all visual elements of the application, including windows, menus, toolbars and icons. Skia uses the computer graphics device to accelerate the graphics rendering. +Use the high performance Skia graphics engine to render all visual elements of the application, including windows, menus, toolbars and icons. Skia uses the computer graphics device to accelerate the graphics rendering. The native system hardware acceleration is disabled when Skia is in use. +With Skia and hardware acceleration both unchecked, %PRODUCTNAME uses only the computer CPU for graphical display rendering and can be noticeably slower. + +

Force Skia software rendering (on restart)

-Select this control to disable Skia's use of the computer graphics device. +Disables Skia's use of the computer graphics device. This still uses Skia software but with calls for raster framing, reduced and simplified graphics processing unit load. During installation, %PRODUCTNAME chooses the best options for configuring the Skia graphics engine. Normally you do not need to change the default settings if Skia is enabled. -If you experience graphical display problems (e.g., with the appearance of toolbar icons or drawing objects) and Skia is enabled, then you can try to disable Force Skia software rendering or disable Skia entirely. +If you experience problems in graphical display with Skia enabled (for example, with the appearance of toolbar icons or drawing objects), then you can try to uncheck Force Skia software rendering or disable Skia entirely.

Font Lists

- +

Show preview of fonts

-Displays the names of selectable fonts in the corresponding font, for example, fonts in the Font box on the Formatting bar. - +Displays the names of selectable fonts in the corresponding font, for example, fonts in the Font box on the Formatting bar. +

Screen font antialiasing

-Select to smooth the screen appearance of text. - +Select to smooth the screen appearance of text. +

from

-Enter the smallest font size to apply antialiasing to. +Enter the smallest font size to apply antialiasing to. -- cgit