aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorGerd Moellmann2000-05-24 13:10:23 +0000
committerGerd Moellmann2000-05-24 13:10:23 +0000
commit04545643a87afd0f2153c78d54405ed9e9a7838e (patch)
tree82012856ce3ccaa07ad253247e3a72207b5c7347 /lispref
parent2b7e8799bb9d0ff310d203a78e31acb1af12f1a3 (diff)
downloademacs-04545643a87afd0f2153c78d54405ed9e9a7838e.tar.gz
emacs-04545643a87afd0f2153c78d54405ed9e9a7838e.zip
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r--lispref/display.texi18
1 files changed, 14 insertions, 4 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 5992c36171d..5dd1dcec1fe 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -2387,10 +2387,20 @@ types:
2387 2387
2388@table @code 2388@table @code
2389@item :ascent @var{ascent} 2389@item :ascent @var{ascent}
2390The @code{:ascent} property specifies the percentage of the image's 2390The @code{:ascent} property specifies the amount of the image's
2391height to use for its ascent---that is, the part above the baseline. The 2391height to use for its ascent---that is, the part above the baseline.
2392value, @var{ascent}, must be a number in the range 0 to 100. If this 2392The value, @var{ascent}, must be a number in the range 0 to 100, or
2393property is omitted, it defaults to 50. 2393the symbol @code{center}.
2394
2395If @var{ascent} is a number, that percentage of the image's height is
2396used for its ascent.
2397
2398If @var{ascent} is @code{center}, the image is vertically centered
2399around a centerline which would be the vertical centerline of text drawn
2400at the position of the image, in the manner specified by the text
2401properties and overlays that apply to the image.
2402
2403If this property is omitted, it defaults to 50.
2394 2404
2395@item :margin @var{margin} 2405@item :margin @var{margin}
2396The @code{:margin} property specifies how many pixels to add as an extra 2406The @code{:margin} property specifies how many pixels to add as an extra