[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] How to draw a colorful circle/box with colorful text
From: |
Gaius Mulley |
Subject: |
Re: [Groff] How to draw a colorful circle/box with colorful text |
Date: |
10 Oct 2008 13:40:11 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
Ralph Corderoy <address@hidden> writes:
> Hi Luke,
>
> > This works, but is not satisfying enough for me. In this case, it
> > draws a circle with green text (what I need) and green edge (*NOT*
> > what I need). My question is: how to draw a circle with red shade and
> > red edge, while the text is green?
>
> Quick and very dirty, and I'd hope there was a better way that someone
> points out. Over-print:
>
> .PS
> r=0.1
> { circle rad r "\s-2A\s+2" shaded "red" outline "green" }
> circle rad r
> .PE
>
> Cheers,
>
>
> Ralph.
Hi,
here is another solution:
.LP
.PS
r=0.1
circle rad r "\m[green]\s-2A\s+2\m[]" shaded "red" outline "red"
.PE
regards,
Gaius