diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2016-04-28 22:49:58 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2016-04-28 22:50:06 +0200 |
commit | c306db980b59c03875acebf8a948efe7b7d51b98 (patch) | |
tree | f4a521bc5e62ebb4b1657523e95e1151f46d50a9 /README | |
parent | 44973c92caed597ede12de0367947037523d3e65 (diff) | |
download | luaotfload-c306db980b59c03875acebf8a948efe7b7d51b98.tar.gz |
[resolvers,conf] allow “my:” lookups in anon sequences
This allows to domesticate packages that quite disrespectfully only use
“anon:” lookups. Example from the test repo:
\documentclass{scrartcl}
\usepackage{fontspec}
\directlua{
config.luaotfload = config.actions.apply
(config.luaotfload, { run = { anon_sequence = { "my" } } })
}
\directlua{
luatexbase.add_to_callback(
"luaotfload.resolve_font",
function (spec) spec.name = "comic.ttf" end,
"user.openbsd_style")
}
\setmainfont{Adobe Premier Deluxe Overpriced}
\begin{document}
There is no escape.
\end{document}
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions