ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
Cc: ccr@mupad.de, ntg-context@ntg.nl
Subject: Re: Use supp-pdf.tex for other EPS?
Date: Wed, 14 Nov 2001 15:57:36 +0100	[thread overview]
Message-ID: <20011114155736.100e7306.taco@elvenkind.com> (raw)
In-Reply-To: <5.1.0.14.1.20011114123441.03e2f828@server-1>

"Hans Hagen" <pragma@wxs.nl> wrote:
> At 10:32 AM 11/14/2001 +0100, Christopher Creutzig wrote:

> >findfont

<fontname> findfont <font>

> >scalefont

<font> <scalefactor> scalefont <font>

> >setfont

<font> setfont -

A typical example of these three is:

/Helvetica findfont 12 scalefont setfont

> >setlinewidth

<number> setlinewidth -

> >arc          (only used for full circles)

<xcenterpos> <ycenterpos> <radius> <startangle> <stopangle> arc -

An example would be:

1 2 10 0 90 arc

this draws a 45 degree arc of the circle with center at 1,2 and radius 10. It starts at point 11,2 and moves 45 degrees CCW, stopping in 1,12. If it is not in the PDF spec, then it might be problematic. Goniometric calculations in TeX are slow.

-- 
groeten,

Taco


  parent reply	other threads:[~2001-11-14 14:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Christopher-Creutzig-wqsadxpvgss.fsf@bursar.uni-paderborn. de>
2001-11-14 11:42 ` Hans Hagen
2001-11-14  9:32   ` Christopher Creutzig
2001-11-14 14:57   ` Taco Hoekwater [this message]
2001-11-14 15:39     ` 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=20011114155736.100e7306.taco@elvenkind.com \
    --to=taco@elvenkind.com \
    --cc=ccr@mupad.de \
    --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).