[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
To display a space of specified width and/or height, use a display
specification of the form (space . props)
, where
props is a property list (a list of alternating properties and
values). You can put this property on one or more consecutive
characters; a space of the specified height and width is displayed in
place of all of those characters. These are the properties you
can use to specify the weight of the space:
:width width
:relative-width factor
display
property. The space width is the width of that
character, multiplied by factor.
:align-to hpos
Exactly one of the above properties should be used. You can also specify the height of the space, with other properties:
:height height
:relative-height factor
:ascent ascent
You should not use both :height
and :relative-height
together.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |