ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: garulfo@azules.eu
To: ntg-context@ntg.nl
Subject: [NTG-context] Does the return of "wdpart positionwhd" is the width of the box ?
Date: Sat, 01 Feb 2025 21:15:09 -0000	[thread overview]
Message-ID: <173844450982.3183021.12672925676379686558@cgl.ntg.nl> (raw)

Hi,

the metafun function positionwidth doesn't seems to be available, so I triy to use  wdpart positionwhd.

But in the MVE, the green point is not at the expected position (on the right border of the frame).

%%%%%%%%%%%%%

\setupheadertexts[]
\setuppapersize[A8,landscape]
\setupbodyfont[40pt]

\startuseMPgraphic{MPMyPage}
StartPage ;
draw
  positionbox("locA")
  withpen pencircle scaled 5pt
  withcolor transparent(1,0.5,blue);

pair ThePoint;
ThePoint := positionxy("locA");

draw ThePoint
  withpen pencircle scaled 5pt
  withcolor red ;

draw ThePoint
  shifted (wdpart positionwhd("locA"),0)
  withpen pencircle scaled 5pt
  withcolor green ;

StopPage ;
\stopuseMPgraphic

\defineoverlay
  [OLMyPage]
  [\useMPgraphic{MPMyPage}]

\setupbackgrounds
  [page]
  [background={foreground,OLMyPage}]

\starttext

A
\framed
  [region=locA,
   offset=overlay,
   frame=off]
  {\TeX}.

\stoptext

%%%%%%%%%%%%%
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2025-02-01 21:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-01 21:15 garulfo [this message]
2025-02-01 21:18 ` [NTG-context] " garulfo
2025-02-01 21:52 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=173844450982.3183021.12672925676379686558@cgl.ntg.nl \
    --to=garulfo@azules.eu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).