ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Fabrice Couvreur <fabrice1.couvreur@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Center text in an image (Metafun)
Date: Sun, 13 Sep 2015 09:18:16 +0200	[thread overview]
Message-ID: <CACyK-eo4pi1EqTf4_SBLSQh36tRX=3kws+1iQ77MfTzFSdqTDA@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1693 bytes --]

Hi,
My image contains the text "Method 1" which is not centered, how can he be?
Thank you.
Fabrice

\setupcolors[state=start]


\definecolor[MyColorA][c=0.00, m=0.10, y=0.20, k=0.00]

\definecolor[MyColorB][c=0.00, m=0.62, y=1.00, k=0.00]

\definecolor[MyColorC][c=0.3, m=0.00, y=0.00, k=0.05]

\definecolor[MyColorD][c=0.6, m=0.00, y=0.00, k=0.10]

\definemixedcolumns
  [myColumn]
  [n=2,
   separator=rule,
   rulecolor=MyColorC,
   rulethickness=1pt,
   maxwidth=\availablehsize,
   balance=yes]

\setupalign[verytolerant,stretch,hanging]


\defineoverlay
  [Funny]
  [\useMPgraphic{Funny}]

\definelabel
  [MÉTHODE]
  [headstyle=\bf\smallcaps]


\startuseMPgraphic{Funny}
    interim linejoin := mitered ;
    interim linecap := squared ;
    path b ;
    picture p ;
    picture pic ;
    pic := textext.rt("\darkgreen Calculer les coordonnées d'un milieu") ;
    pic := pic shifted (OverlayWidth/4,OverlayHeight-ypart center
pic+.25ExHeight) ;
    p := textext.rt("\white\MÉTHODE") ;
    p := p shifted (0,OverlayHeight) ;
    b := boundingbox p shifted(1.5mm,0);
    drawoptions (withpen pencircle scaled 3mm withcolor \MPcolor{MyColorC})
;
    draw leftboundary OverlayBox shifted(1.5mm,0) ;
    fill b withcolor \MPcolor{MyColorD} ;
    draw p ;
    draw pic ;
    setbounds currentpicture to OverlayBox ;
\stopuseMPgraphic

\defineframedtext
  [Methode]
  [before={\blank[line,halfline]},
   after={\blank},
   frame=off,
   background=Funny,
   width=\textwidth,
   height=fit,
   ]

\starttext


\startMethode

\startmyColumn

\input ward

\column

\input knuth

\stopmyColumn


\stopMethode

[-- Attachment #1.2: Type: text/html, Size: 2520 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

                 reply	other threads:[~2015-09-13  7:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='CACyK-eo4pi1EqTf4_SBLSQh36tRX=3kws+1iQ77MfTzFSdqTDA@mail.gmail.com' \
    --to=fabrice1.couvreur@gmail.com \
    --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).