ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* MetaPost, specifiy max width of a text?
@ 2015-03-18  7:25 Norbert Melzer
  2015-03-18  7:42 ` Hans Hagen
  2015-03-18  7:48 ` Alan BRASLAU
  0 siblings, 2 replies; 3+ messages in thread
From: Norbert Melzer @ 2015-03-18  7:25 UTC (permalink / raw)
  To: ntg-context


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

Hi there!

Is there a way to specify the with of a text so that the text gets wrapped?
Something simalar to the following TikZ-Example (wrapped in ConTeXt):

```tex
\usemodule[tikz]
\starttext
  \starttikzpicture
    \draw (0, 0) node[text width=2.5cm,align=center] {Start new Game};
  \stoptikzpicture

  \startMPcode
    draw "Start new Game" infont defaultfont scaled defaultscale;
  \stopMPcode
\stoptext
```

TIA
Norbert

[-- Attachment #1.2: Type: text/html, Size: 673 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: MetaPost, specifiy max width of a text?
  2015-03-18  7:25 MetaPost, specifiy max width of a text? Norbert Melzer
@ 2015-03-18  7:42 ` Hans Hagen
  2015-03-18  7:48 ` Alan BRASLAU
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2015-03-18  7:42 UTC (permalink / raw)
  To: ntg-context

On 3/18/2015 8:25 AM, Norbert Melzer wrote:
> Hi there!
>
> Is there a way to specify the with of a text so that the text gets
> wrapped? Something simalar to the following TikZ-Example (wrapped in
> ConTeXt):
>
> ```tex
> \usemodule[tikz]
> \starttext
>    \starttikzpicture
>      \draw (0, 0) node[text width=2.5cm,align=center] {Start new Game};
>    \stoptikzpicture
>
>    \startMPcode
>      draw "Start new Game" infont defaultfont scaled defaultscale;
>    \stopMPcode
> \stoptext

\startMPpage
     draw textext("\framed[width=6cm,align={normal,tolerant}]{\input 
tufte\relax}") ;
\stopMPpage



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: MetaPost, specifiy max width of a text?
  2015-03-18  7:25 MetaPost, specifiy max width of a text? Norbert Melzer
  2015-03-18  7:42 ` Hans Hagen
@ 2015-03-18  7:48 ` Alan BRASLAU
  1 sibling, 0 replies; 3+ messages in thread
From: Alan BRASLAU @ 2015-03-18  7:48 UTC (permalink / raw)
  To: Norbert Melzer; +Cc: ntg-context

On Wed, 18 Mar 2015 08:25:50 +0100
Norbert Melzer <timmelzer@gmail.com> wrote:

> \starttext
>   \startMPcode
>     draw "Start new Game" infont defaultfont scaled defaultscale;
>   \stopMPcode
> \stoptext

draw textext("\framed[frame=off,width=2.5cm,align=middle]{Start new Game}");

Alan
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-18  7:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-18  7:25 MetaPost, specifiy max width of a text? Norbert Melzer
2015-03-18  7:42 ` Hans Hagen
2015-03-18  7:48 ` Alan BRASLAU

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).