From: Eli Zaretskii Date: Tue, 11 Apr 2017 09:40:37 +0000 (+0300) Subject: Document 'line-pixel-height' X-Git-Tag: emacs-25.2~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6d50401b4b858520f9e331f0b4e80e0e0278bbf;p=emacs.git Document 'line-pixel-height' * doc/lispref/display.texi (Size of Displayed Text): Document line-pixel-height. Suggested by Tak Kunihiro . (Bug#26379) --- 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