trying out "plug mode" and the harfbuzz plugin
I read the guitex article about ffi and luatex and wanted to try if I could run tests with harfbuzz and the plug-mode. Looking in the newest context I found in onandon-ffi.tex a reference to the module fonts-plugins. But this module loads a lua file which isn't in context: \registerctxluafile{font-phb}{} % harfbuzz plugin Is this an oversight or is the code not meant to be used? Or is there something newer somewhere else? -- Ulrike Fischer http://www.troubleshooting-tex.de/
On 4/21/2018 10:42 PM, Ulrike Fischer wrote:
I read the guitex article about ffi and luatex and wanted to try if I could run tests with harfbuzz and the plug-mode.
Looking in the newest context I found in onandon-ffi.tex a reference to the module fonts-plugins. But this module loads a lua file which isn't in context:
\registerctxluafile{font-phb}{} % harfbuzz plugin
Is this an oversight or is the code not meant to be used? Or is there something newer somewhere else? it's on my machine (and occasionally used when we test idris new fonts and do because engines can behave different so we can compare hb, uniscribe and context) ... when falling back on something else lots of other font related features in context will not work (apart from
which then indirectly loads some more code performence) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Am Sun, 22 Apr 2018 12:04:11 +0200 schrieb Hans Hagen:
I read the guitex article about ffi and luatex and wanted to try if I could run tests with harfbuzz and the plug-mode.
Looking in the newest context I found in onandon-ffi.tex a reference to the module fonts-plugins. But this module loads a lua file which isn't in context:
\registerctxluafile{font-phb}{} % harfbuzz plugin
which then indirectly loads some more code
it's on my machine (and occasionally used when we test idris new fonts
(It looks as if my first answer got lost so again) Can we (David and me) have the code for tests? -- Ulrike Fischer http://www.troubleshooting-tex.de/
On 4/25/2018 6:31 PM, Ulrike Fischer wrote:
Am Sun, 22 Apr 2018 12:04:11 +0200 schrieb Hans Hagen:
I read the guitex article about ffi and luatex and wanted to try if I could run tests with harfbuzz and the plug-mode.
Looking in the newest context I found in onandon-ffi.tex a reference to the module fonts-plugins. But this module loads a lua file which isn't in context:
\registerctxluafile{font-phb}{} % harfbuzz plugin
which then indirectly loads some more code
it's on my machine (and occasionally used when we test idris new fonts
(It looks as if my first answer got lost so again) Can we (David and me) have the code for tests? i only distribute code as part of the distribution
Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Ulrike Fischer