Add new functions for computing default font dimensions
commit4a50af936e24b5f71df4079beb6dde82ed1955c2
authorTitus von der Malsburg <malsburg@posteo.de>
Sat, 21 Mar 2015 10:31:29 +0000 (21 12:31 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Mar 2015 10:31:29 +0000 (21 12:31 +0200)
tree820f0e83852d7bab9b050e4adaf38e8e928dacbc
parent70565a21765ea5f9b163e1a0ef1331df03c7fc67
Add new functions for computing default font dimensions

 lisp/window.el (window-font-width, window-font-height)
 (window-max-chars-per-line): New functions.
 lisp/simple.el (default-font-height): Doc fix.
 (default-font-width): New function.

 etc/NEWS: Mention `default-font-width', `window-font-height',
 `window-font-width', and `window-max-chars-per-line'.
etc/ChangeLog
etc/NEWS
lisp/ChangeLog
lisp/simple.el
lisp/window.el