9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] The CW font with Lucidasans
@ 2009-08-27 22:02 Lyndon Nerenberg (VE6BBM/VE7TFX)
  2009-08-27 23:42 ` Steve Simon
  0 siblings, 1 reply; 3+ messages in thread
From: Lyndon Nerenberg (VE6BBM/VE7TFX) @ 2009-08-27 22:02 UTC (permalink / raw)
  To: 9fans

Mixing \f(CW with '.FP lucidasans' results in text that is wildly out
of proportion.  To my eye, the CW font needs to be scaled down by
about 1.5 points to visually match the surrounding text (at the -ms
default point size).  I'm curious if this has annoyed anyone else
enough that they've come up with a work-around.

--lyndon




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

* Re: [9fans] The CW font with Lucidasans
  2009-08-27 22:02 [9fans] The CW font with Lucidasans Lyndon Nerenberg (VE6BBM/VE7TFX)
@ 2009-08-27 23:42 ` Steve Simon
  2009-08-27 23:52   ` Lyndon Nerenberg - VE6BBM/VE7TFX
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Simon @ 2009-08-27 23:42 UTC (permalink / raw)
  To: 9fans

I usually add these to my document

.FP lucidasans
.de EX
.SM
.CW
.DS
..
.de EE
.DE
.R
.LG
..

And then use .EX and .EE around code examples (concept
lifted from the man macros).

This is from memory, its probably more pedantic/verbose
than necessary, but it works.

-Steve



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

* Re: [9fans] The CW font with Lucidasans
  2009-08-27 23:42 ` Steve Simon
@ 2009-08-27 23:52   ` Lyndon Nerenberg - VE6BBM/VE7TFX
  0 siblings, 0 replies; 3+ messages in thread
From: Lyndon Nerenberg - VE6BBM/VE7TFX @ 2009-08-27 23:52 UTC (permalink / raw)
  To: 9fans

> And then use .EX and .EE around code examples (concept
> lifted from the man macros).

For offset code CW seems fine. My problem involves imbedding
CW inline. E.g.

.TS
tab(#);
l0w(.1i) l0w(.1i) lw(.1i) l .
\&...#/##Message store root.
#/1##A message in the root folder.
#/2##\f2Ibid.\fP
#/stuff#/#Subfolder \f(CW\s-1stuff\s0\fP under the root folder.
#/stuff#/!index#The metadata cache for the subfolder \f(CW\s-1stuff\s0\fP.
#/stuff#/29#A message in subfolder \f(CW\s-1stuff\s0\fP.
#/stuff#/42#\0\0\0... and another.
#/stuff#/more/...#Subfolder \f(CW\s-1stuff/more\s0\fP.
.TE

Without the \s-1 CW is way out of whack proportionally, due to its
large x-height. Shrinking by a point (as above) still looks out of whack,
but it's less likely to make me barf.

Fractional point size changes would be nice, but what I really want
here is the ability to add a global scaling factor to a specific font
(position).

--lyndon




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

end of thread, other threads:[~2009-08-27 23:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-27 22:02 [9fans] The CW font with Lucidasans Lyndon Nerenberg (VE6BBM/VE7TFX)
2009-08-27 23:42 ` Steve Simon
2009-08-27 23:52   ` Lyndon Nerenberg - VE6BBM/VE7TFX

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