diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-11 04:22:36 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-11 04:22:36 -0700 |
commit | a5458c60dbbc0b81c6d39748772d6b2ce184c287 (patch) | |
tree | 413707122c0b4aa5ebc200841c0ed16442d281ff /luaotfload.dtx | |
parent | 0aed99a49103b61e93d68ee7b3132fbc9f5adc42 (diff) | |
parent | 74f7e2976e65c04881ac16470c974ed052df125b (diff) | |
download | luaotfload-a5458c60dbbc0b81c6d39748772d6b2ce184c287.tar.gz |
Merge pull request #123 from phi-gamma/master
refine AFM support
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 38 |
1 files changed, 23 insertions, 15 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 4802844..56e9d4d 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1178,7 +1178,7 @@ and the derived files % % Also, the merged file at some point % loads the Adobe Glyph List from a \LUA table that is contained in -% \fileent{luaotfload-glyphlist.lua}, which is automatically generated by the % +% \fileent{luaotfload-glyphlist.lua}, which is automatically generated by the % script \fileent{mkglyphlist}.\footnote{% % See \fileent{luaotfload-font-enc.lua}. % The hard-coded file name is why we have to replace the procedure @@ -1199,20 +1199,28 @@ and the derived files % \normalitem{\fileent{#1}}% % \space--\hskip1em % } -% \ouritem {luaotfload-features.lua} font feature handling; -% incorporates some of the code from -% \fileent{font-otc} from \CONTEXT; -% \ouritem {luaotfload-override.lua} overrides the \CONTEXT logging -% functionality. -% \ouritem {luaotfload-loaders.lua} registers the \OpenType -% font reader as handler for -% Postscript fonts -% (\abbrev{pfa}, \abbrev{pfb}). -% \ouritem {luaotfload-database.lua} font names database. -% \ouritem {luaotfload-colors.lua} color handling. -% \ouritem {luaotfload-auxiliary.lua} access to internal functionality -% for package authors -% (proposals for additions welcome). +% \ouritem {luaotfload-features.lua} font feature handling; +% incorporates some of the code from +% \fileent{font-otc} from \CONTEXT; +% \ouritem {luaotfload-override.lua} overrides the \CONTEXT logging +% functionality. +% \ouritem {luaotfload-loaders.lua} registers the \OpenType +% font reader as handler for +% Postscript fonts +% (\abbrev{pfa}, \abbrev{pfb}). +% \ouritem {luaotfload-database.lua} font names database. +% \ouritem {luaotfload-colors.lua} color handling. +% \ouritem {luaotfload-auxiliary.lua} access to internal functionality +% for package authors +% (proposals for additions welcome). +% \ouritem {luaotfload-extralibs.lua} layer for loading of further +% Context libraries. +% \ouritem {luaotfload-letterspace.lua} font-based letterspacing. +% \ouritem {luaotfload-typo-krn.lua} attribute-based letterspacing. +% \ouritem {luaotfload-font-afm.lua} \abbrev{afm} loading. +% \ouritem {luaotfload-font-afk.lua} supplementary glyph +% information for \abbrev{afm} +% fonts. % \end{itemize} % % \begin{figure}[b] |