From a6d50401b4b858520f9e331f0b4e80e0e0278bbf Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 11 Apr 2017 12:40:37 +0300 Subject: [PATCH] Document 'line-pixel-height' * doc/lispref/display.texi (Size of Displayed Text): Document line-pixel-height. Suggested by Tak Kunihiro . (Bug#26379) --- doc/lispref/display.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 84e7deb692e..717171c6972 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -1974,6 +1974,12 @@ line, if present, in the return value. If it is @code{t}, include the height of both, if present, in the return value. @end defun +@defun line-pixel-height +This function returns the height in pixels of the line at point in the +selected window. The value includes the line spacing of the line +(@pxref{Line Height}). +@end defun + @node Line Height @section Line Height