Hello all, is it possible to get additional frames around words and the whole line? \definefontfeature[default][default][boundingbox=frame] \starttext »Tee for Two« shows negative kerning. \input sapolsky \stoptext Herbert
Hi Herbert,
On Wed, 23 Aug 2017 02:18:34 -0600, Herbert Voss
Hello all, is it possible to get additional frames around words and the whole line?
\definefontfeature[default][default][boundingbox=frame]
\starttext »Tee for Two« shows negative kerning. \input sapolsky \stoptext
Curious: What kind of applications are you interested in, particularly for the framing-the-whole-line case? I suspect want you want is doable but will take some start|stopluacode trickery that is far beyond my pay grade. In any case, these might be useful tracing features to add to the bag of tricks, if they are not already there.. Best wishes Idris -- Idris Samawi Hamid, Professor Department of Philosophy Colorado State University Fort Collins, CO 80512
Am 24.08.2017 um 15:23 schrieb Idris Samawi Hamid ادريس سماوي حامد:
\definefontfeature[default][default][boundingbox=frame]
\starttext »Tee for Two« shows negative kerning. \input sapolsky \stoptext
Curious: What kind of applications are you interested in, particularly for the framing-the-whole-line case?
for my students to show how words, lines, paragraphs, and pages are build with boxes. Herbert
I suspect want you want is doable but will take some start|stopluacode trickery that is far beyond my pay grade.
In any case, these might be useful tracing features to add to the bag of tricks, if they are not already there..
Best wishes Idris
On 8/23/2017 10:18 AM, Herbert Voss wrote:
Hello all, is it possible to get additional frames around words and the whole line?
\definefontfeature[default][default][boundingbox=frame]
\starttext »Tee for Two« shows negative kerning. \input sapolsky \stoptext you can enable some tracers:
\starttext \bgroup \showglyphs \showfontkerns \showmakeup[hbox] »Tee for Two« shows negative kerning. \input sapolsky \par \egroup \stoptext (I will add a \showmakeup[line] that will mark lines.) ----------------------------------------------------------------- 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 24.08.2017 um 15:46 schrieb Hans Hagen:
you can enable some tracers:
\starttext
\bgroup \showglyphs \showfontkerns \showmakeup[hbox]
»Tee for Two« shows negative kerning. \input sapolsky \par \egroup
\stoptext
thanks, works fine! Herbert
(I will add a \showmakeup[line] that will mark lines.)
participants (3)
-
Hans Hagen
-
Herbert Voss
-
Idris Samawi Hamid ادريس سماوي ح امد