22 Oct
2017
22 Oct
'17
4:50 p.m.
On 10/22/2017 05:58 PM, Ulrike Fischer wrote:
Is there anywhere an option to get an embolden effect as with the following pdf literal? I found the extend option but it doesn't give the intended look
Hi Ulrike, I guess this gives a similar effect: \starteffect[both]abc\stopeffect You can play with the options (search for "\setupeffect " in http://www.pragma-ade.com/general/qrcs/setup-en.pdf). I hope it helps, Pablo
\starttext \font\test={Arial:mode=node;script=latn;language=DFLT;+tlig;} \test
abc
\pdfextension literal direct {2 Tr 0.15 w}% abc \pdfextension literal direct {0 Tr 0 w}%
\font\test={Arial:mode=node;script=latn;language=DFLT;+tlig;extend=1.1} \test abc \stoptext