diff options
author | Olivier Hallot <ohallot@collabora.co.uk> | 2016-01-22 18:58:21 -0200 |
---|---|---|
committer | Olivier Hallot <ohallot@collabora.co.uk> | 2016-02-05 14:19:43 +0000 |
commit | f0d7b49840e48ac130e57a7304a10b2a75b5fccd (patch) | |
tree | e0253a86563f5ee6ecad11c7774761998cfe286d /source/text/shared | |
parent | 5290d2a3f4df1fb63171b37352dc4ac59a9acf10 (diff) |
tdf#70141 Add help page for font embedding
Add help page for font embedding in document file. The property
was introduced in release 4.1 by tdf#42195
Copyedit welcome.
Change-Id: I265ead91ffba632450169a424b122a21a17eb56c
Reviewed-on: https://gerrit.libreoffice.org/22025
Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/00/00000401.xhp | 1 | ||||
-rw-r--r-- | source/text/shared/01/01100000.xhp | 1 | ||||
-rw-r--r-- | source/text/shared/01/prop_font_embed.xhp | 39 |
3 files changed, 41 insertions, 0 deletions
diff --git a/source/text/shared/00/00000401.xhp b/source/text/shared/00/00000401.xhp index 9fd674401d..0ab17a13f7 100644 --- a/source/text/shared/00/00000401.xhp +++ b/source/text/shared/00/00000401.xhp @@ -284,6 +284,7 @@ </variable></paragraph> <paragraph role="paragraph" id="par_id3149570" xml-lang="en-US" l10n="U" oldref="66"><variable id="info6">Choose <emph>File - Properties - Internet</emph> tab </variable></paragraph> +<paragraph role="paragraph" id="par_id3150382" xml-lang="en-US" l10n="U" oldref="62"><variable id="info7">Choose <emph>File - Properties - Font</emph> tab</variable></paragraph> <section id="ansicht"> <paragraph role="paragraph" id="par_id3154930" xml-lang="en-US" l10n="CHG" oldref="69">Menu<emph> File - Print Preview</emph> </paragraph> diff --git a/source/text/shared/01/01100000.xhp b/source/text/shared/01/01100000.xhp index 5d42267097..99a53daae3 100644 --- a/source/text/shared/01/01100000.xhp +++ b/source/text/shared/01/01100000.xhp @@ -48,6 +48,7 @@ <embed href="text/shared/01/01100400.xhp#statistik"/> </case> </switch> +<embed href="text/shared/01/prop_font_embed.xhp#font"/> <embed href="text/shared/00/00000001.xhp#zurueck"/> <paragraph role="note" id="par_id3148643" xml-lang="en-US" l10n="CHG" oldref="5">Depending on your access rights to the file, you might not see all of the tabs in the <emph>Properties</emph> dialog.</paragraph> </body> diff --git a/source/text/shared/01/prop_font_embed.xhp b/source/text/shared/01/prop_font_embed.xhp new file mode 100644 index 0000000000..2daaca9e5f --- /dev/null +++ b/source/text/shared/01/prop_font_embed.xhp @@ -0,0 +1,39 @@ +<?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="textsharedembedfontxml" indexer="include" status="PUBLISH"> + <title xml-lang="en-US" id="tit">Embedding Fonts</title> + <filename>/text/shared/01/prop_font_embed.xhp</filename> + </topic> + </meta> +<body> + <section id="font"> + <bookmark xml-lang="en-US" branch="index" id="bm_id3149955"> + <bookmark_value>embedding fonts in document file</bookmark_value> + <bookmark_value>documents; embedding fonts</bookmark_value> + <bookmark_value>font embedding; in documents</bookmark_value> + <bookmark_value>fonts; embedding</bookmark_value> + <bookmark_value>embedding; fonts</bookmark_value> + </bookmark> + <bookmark xml-lang="en-US" branch="hid/sfx/ui/documentfontspage/DocumentFontsPage" id="bm_id3154926" localize="false"/> + <paragraph xml-lang="en-US" id="hd_id3148668" role="heading" level="1" l10n="U" oldref="1"><link href="text/shared/01/prop_font_embed.xhp" name="Fonts">Font</link></paragraph> + <paragraph xml-lang="en-US" id="par_id3154863" role="paragraph" l10n="U" oldref="2"><ahelp hid="sfx/ui/documentfontspage/DocumentInfoPage">Embed document fonts in the current file.</ahelp></paragraph> + </section> + <section id="howtoget"> + <embed href="text/shared/00/00000401.xhp#info7"/> + </section> + <bookmark xml-lang="en-US" branch="hid/sfx/ui/documentinfopage/nameed" id="bm_id3149283" localize="false"/> + <paragraph xml-lang="en-US" id="hd_id3149999" role="heading" level="2" l10n="U" oldref="3">Fonts embedding</paragraph> + <paragraph xml-lang="en-US" id="par_id3153114" role="paragraph" l10n="U" oldref="4"><ahelp hid="sfx/ui/documentfontspage/embedFonts">Mark this box to embed document fonts into the document file, for portability between different computer systems.</ahelp> The document with embedded fonts has a larger size and the fonts are used on the target computer for better rendering of the document layout.</paragraph> + <paragraph xml-lang="en-US" id="par_id3153115" role="paragraph">Consider embedding fonts when your document use rare or custom fonts not generally available in other computers.</paragraph> +</body> +</helpdocument> |