ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Marc van Dongen <dongen@cs.ucc.ie>
Subject: ``Extra'' outline for makempy fonts
Date: Sat, 19 May 2001 14:21:10 +0100	[thread overview]
Message-ID: <20010519142110.Q1001@cs.ucc.ie> (raw)

[-- Attachment #1: Type: text/plain, Size: 806 bytes --]

Hi there,

If you use makempy and metapost then the
following may be of interest.

As a matter of fact it is pretty obvious but
it took me some time to realise that it can
be achieved easily.

If you wish to have additional outlines for
``makempy'' fonts, just draw the text several
times as in:

  graphictext( "C" )
    scaled 8.8
    withdrawcolor black
    withfillcolor red
    withpen pencircle scaled 16pt
  ;
  graphictext( "C" )
    scaled 8.8
    withdrawcolor white
    withfillcolor red
    withpen pencircle scaled 10pt
  ;

This will give you a cool red C with a white and
black outline.

It may not work as great for all characters but for
some it certainly does. See 16K attachment for an
example that I am still working on. The puzzle part
was nicked from Hans.

Regards,

Marc van Dongen

[-- Attachment #2: crest.pdf --]
[-- Type: application/pdf, Size: 17336 bytes --]

             reply	other threads:[~2001-05-19 13:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-19 13:21 Marc van Dongen [this message]
2001-05-20 21:11 ` 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=20010519142110.Q1001@cs.ucc.ie \
    --to=dongen@cs.ucc.ie \
    /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).