diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-11-09 15:49:45 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-11-09 21:16:07 +0100 |
commit | 05045d185907e4f88dbab1f92cfe1477651d1225 (patch) | |
tree | ba873a49158b0c30d5637188035f6317b6f5a25d | |
parent | 9fb9990b3568c973cc41d5600492e0791e44d40a (diff) |
tdf#119269 Font Features Help page
Change-Id: I72f23c891dda9dda8f7d42b72aa370285abd7a41
Reviewed-on: https://gerrit.libreoffice.org/63205
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | AllLangHelp_shared.mk | 1 | ||||
-rw-r--r-- | source/text/shared/01/05020100.xhp | 1 | ||||
-rw-r--r-- | source/text/shared/01/font_features.xhp | 45 |
3 files changed, 47 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 01811caaea..29faac068c 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -331,6 +331,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/digitalsignaturespdf \ helpcontent2/source/text/shared/01/extensionupdate \ helpcontent2/source/text/shared/01/formatting_mark \ + helpcontent2/source/text/shared/01/font_features \ helpcontent2/source/text/shared/01/gallery \ helpcontent2/source/text/shared/01/gallery_files \ helpcontent2/source/text/shared/01/grid \ diff --git a/source/text/shared/01/05020100.xhp b/source/text/shared/01/05020100.xhp index 5b63f61208..5c728e8527 100644 --- a/source/text/shared/01/05020100.xhp +++ b/source/text/shared/01/05020100.xhp @@ -106,6 +106,7 @@ </case> </switch> <embed href="text/shared/optionen/01140000.xhp#sprachmodul"/> +<embed href="text/shared/01/font_features.xhp#fontresourcesentry"/> <embed href="text/shared/00/00000001.xhp#vorschau"/> <section id="relatedtopics"> <paragraph role="paragraph" id="par_id3145364" xml-lang="en-US"><link href="text/shared/optionen/01140000.xhp" name="Asian languages support">Asian languages support</link></paragraph> diff --git a/source/text/shared/01/font_features.xhp b/source/text/shared/01/font_features.xhp new file mode 100644 index 0000000000..61d4b3065e --- /dev/null +++ b/source/text/shared/01/font_features.xhp @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + <!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + --> + + <meta> + <topic id="opentyperesources" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">OpenType Font Features</title> + <filename>/text/shared/01/font_features.xhp</filename> + </topic> + </meta> + <body> + <bookmark xml-lang="en-US" branch="index" id="bm_id991541772077660"> + <bookmark_value>font features</bookmark_value> + <bookmark_value>font features;OpenType</bookmark_value> + <bookmark_value>OpenType;font features</bookmark_value> + </bookmark> + <section id="fontresourcesentry"> + <bookmark id="bm_id351541769624075" xml-lang="en-US" branch="hid/cui/ui/fontfeaturesdialog/FontFeaturesDialog" localize="false"/> + <bookmark id="bm_id351541769624075" xml-lang="en-US" branch="hid/cui/ui/fontfeaturesdialog/@@nowidget@@" localize="false"/> + <paragraph id="hd_id581541769624076" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/font_features.xhp" name="Features">Font Features</link></paragraph> + <paragraph id="par_id501541769624078" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid=".">Select and apply font typographical features to characters.</ahelp></variable></paragraph> + </section> + <section id="howtoget"> + <embed href="text/shared/00/00040500.xhp#schrift"/> + <paragraph role="paragraph" id="par_id661541784477179" xml-lang="en-US">Then press <emph>Features...</emph></paragraph> + </section> + <paragraph role="paragraph" id="par_id321541773889428" xml-lang="en-US">%PRODUCTNAME supports OpenType font format. The two main benefits of the OpenType format are its cross-platform compatibility, and its ability to support widely expanded character sets and layout features, which provide richer linguistic support and advanced typographic control.</paragraph> + <paragraph role="paragraph" id="par_id531541778397964" xml-lang="en-US">OpenType fonts can include an expanded character set and layout features, providing broader linguistic support and more precise typographic control.</paragraph> + <paragraph xml-lang="en-US" id="par_id31541774826256" role="note">The features displayed in the Font Features dialog depends on the selected font.</paragraph> + <paragraph role="heading" id="hd_id81541778714507" level="2" xml-lang="en-US">Font features box</paragraph> + <paragraph role="paragraph" id="par_id991541778707882" xml-lang="en-US">The font features box contains the configurable features available for the font.</paragraph> + <paragraph role="heading" id="hd_id511541778721077" level="2" xml-lang="en-US">Font feature visualization window</paragraph> + <paragraph role="paragraph" id="par_id31541778666390" xml-lang="en-US">The feature visualization window displays a default text where the selected features can be inspected.</paragraph> + <section id="relatedtopics"> + <paragraph role="paragraph" id="par_id801541774734588" xml-lang="en-US"><link href="https://en.wikipedia.org/wiki/OpenType" name="OpenType">Wikipedia on OpenType</link></paragraph> + </section> +</body> +</helpdocument> |