diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-19 21:17:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-19 21:17:52 +0000 |
commit | 2b3cac12f00e890153074b983e04f33643906112 (patch) | |
tree | bcb06129d89fc31417f22a91a817930fe968c91c /Master/texmf-dist/source/latex/fontspec/fontspec-doc-featset.tex | |
parent | 43bfc0c09d30517099eaf942663010527478a0fc (diff) |
fontspec (19oct19)
git-svn-id: svn://tug.org/texlive/trunk@52449 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/fontspec-doc-featset.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/fontspec/fontspec-doc-featset.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/fontspec-doc-featset.tex b/Master/texmf-dist/source/latex/fontspec/fontspec-doc-featset.tex index 60e85ca925a..d6aa8af2f1b 100644 --- a/Master/texmf-dist/source/latex/fontspec/fontspec-doc-featset.tex +++ b/Master/texmf-dist/source/latex/fontspec/fontspec-doc-featset.tex @@ -485,12 +485,14 @@ see its \cs{prehyphenchar} primitive for further details. \feat{HyphenChar} takes three types of input, which are chosen according to some simple rules. If the input is the string \opt{None}, then hyphenation is suppressed for this font. + +As part of \texttt{fontspec.cfg}, the default monospaced family (e.g., \verb|\ttfamily|) +is set up to automatically set \feat{HyphenChar} \texttt{=} \opt{None}. + If the input is a single character, then this character is used. Finally, if the input is longer than a single character it must be the UTF-8 slot number of the hyphen character you desire. -This package redefines \LaTeX's \cmd\-\ macro such that it adjusts along with the above changes. - \begin{Xexample}{hyphchar}{Explicitly choosing the hyphenation character.} \def\text{\fbox{\parbox{1.55cm}{% EXAMPLE HYPHENATION% @@ -583,8 +585,6 @@ are equivalent: If both of the \feat{AutoFake...} features are used, then the bold italic font will also be faked. -The \feat{FakeBold} and \feat{AutoFakeBold} features are only available with the \XeTeX\ engine and will be ignored in \LuaTeX. - \subsection{Letter spacing} Letter spacing, or tracking, is the term given to adding (or subtracting) a small amount of horizontal space in between adjacent characters. It is specified with the \feat{LetterSpace}, which takes a numeric argument, |