This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
forked from khaledhosny/luaotfload
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #348 from phi-gamma/master
Implement #263
- Loading branch information
Showing
5 changed files
with
129 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
\beginfrontmatter | ||
|
||
\setdocumenttitle {The \identifier{luaotfload} package} | ||
\setdocumentdate {2016/04/21 v2.7} | ||
\setdocumentdate {2016/04/28 v2.7} | ||
\setdocumentauthor {Elie Roux · Khaled Hosny · Philipp Gesang\\ | ||
Home: \hyperlink {https://github.com/lualatex/luaotfload}\\ | ||
Support: \email {[email protected]}} | ||
|
@@ -363,9 +363,14 @@ | |
before anything else, \identifier{luaotfload} attempts to load a | ||
traditional \TEX Font Metric (\abbrev{tfm} or \abbrev{ofm}). | ||
% | ||
If this fails, it performs a \inlinecode {name:} lookup, which itself will | ||
fall back to a \inlinecode {file:} lookup if no database entry matches | ||
\meta{font name}. | ||
If this fails, it performs a \inlinecode {path:} lookup, which itself will | ||
fall back to a \inlinecode {file:} lookup. | ||
% | ||
Lastly, if none of the above succeeded, attempt to resolve the request as a | ||
\inlinecode {name:} lookup by searching the font index for \meta{font name}. | ||
% | ||
The behavior of this “anonymous” lookup is configurable, see the configuation | ||
manpage for details. | ||
|
||
Furthermore, \identifier{luaotfload} supports the slashed (shorthand) | ||
font style notation from \XETEX. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters