On 2/25/2017 5:14 PM, Pablo Rodriguez wrote:
Dear list,
I have the following sample:
\showframe \definefontfeature[leftbounds][lfbd=yes] \definefontfamily[mainface][rm][Linux Libertine O] \setupbodyfont[mainface, 150pt] \starttext \startTEXpage[offset=1ex] Wer War?
\addff{leftbounds} Wer War?
Wer\subff{leftbounds} War? \stopTEXpage \stoptext
I’m afraid that the OT feature lfbd is applied in all the line. Otherwise, the second and the third lines would have the same spacing between words.
Could anyone confirm this or am I missing something?
the fact that it won't work as you expect ... in fact there is some experimental code that was never adapted to the new font reader ... i'll fix that .. then you can do \definefontfeature[default][default][protrusion=yes,opbd=yes] \definefontfamily[mainface][rm][Linux Libertine O] \setupbodyfont[mainface] \setupalign[hanging] \showframe \starttext \definedfont[linlibertine_r.otf*default] \input tufte \stoptext as it needs it hook into protrusion (be dealt with in line breaking) But still it's useless as that font only has left W V - and right v - defined so rather minimalistic and incomplete. Probably a left over from some experiment. 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 -----------------------------------------------------------------