RE: inline space

Subject: RE: inline space
From: Yan Sorkin <Yan@xxxxxxxxxxxxx>
Date: Wed, 15 Apr 1998 18:48:43 +0200
Inline space isn't supported in RTF backend. We added the support. You
have to implement setEscapementSpaceAfter (like character spacing in MS
Word) and modify format structure (spacing is just another character
attribute, like bold, italic, etc.)

If you want code sample, mail me.

Regards,
Yan
Yan@xxxxxxxxxxxxx


	-----Original Message-----
	From:	Russell Steven Shawn O'Connor
[SMTP:roconnor@xxxxxxxxxxxxxxxxxxxxxxxxx]
	Sent:	Friday, April 10, 1998 17:50
	To:	dssslist@xxxxxxxxxxxxxxxx
	Subject:	Re: inline space

	> > How about using an inline-space?
	> > 
	> > (inline-space 12pt min: 10pt max: 14pt)
	> > 
	> > See 12.5.4.2 of the standard.
	> 
	> An inline-space isn't a flow object.  You can only use it as
the value
	> of a characteristic whose type is inline-space (eg
	> escapement-space-before).

	Yes, I've tried the following with Jade (RTF) without success:

	(make character
	      char: #\space
	      space?: #t
	      inline-space-space:
	       (inline-space (* 0.27777 (inherited-font-size))
	                     min: (* 0.27777 (inherited-font-size))
	                     max: (* 0.27777 (inherited-font-size))
	       )
	)

	It seems that no matter what size I try to give it I get one
space worth
	of space.

	Which leaves me with my original question.


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread
  • RE: inline space, (continued)
    • Frank A. Christoph - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id EAA17964Thu, 9 Apr 1998 04:33:43 -0400 (EDT)
      • Tony Graham - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id KAA21111Thu, 9 Apr 1998 10:16:27 -0400 (EDT)
      • James Clark - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id DAA07818Fri, 10 Apr 1998 03:16:49 -0400 (EDT)
        • Russell Steven Shawn O'Connor - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id LAA12456Fri, 10 Apr 1998 11:55:00 -0400 (EDT)
    • Yan Sorkin - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id LAA17706Wed, 15 Apr 1998 11:57:10 -0400 (EDT) <=