[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Line Spacing of Text in pic Objects.
From: |
Tadziu Hoffmann |
Subject: |
Re: [Groff] Line Spacing of Text in pic Objects. |
Date: |
Wed, 27 Mar 2002 14:34:28 +0100 |
> Try changing the baseline spacing with .vs.
Okay, here's an ugly hack that works (more or less).
.sp 3c
.ps 10
.vs 12
.PS
circle "abc" "def"
.vs 5
.sp 7p
circle "\s[4]abc\s[0]" "\s[4]uvw\s[0]" "\s[4]xyz\s[0]" "\s[4]def\s0"
.vs 12
.sp -7p
circle "abc" "def"
.PE