From f480484cae173e64a81a9698693fc89569471126 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 20 Oct 2019 14:54:52 +0200 Subject: [PATCH] * doc/lispref/display.texi (Low-Level Font): Describe max-width. --- doc/lispref/display.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index f35b11f8493..82d9f1db619 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -3821,6 +3821,9 @@ upward. @itemx default-ascent Numbers controlling how to compose characters. +@item max-width +The maximum advance width of the font. + @item ascent @itemx descent The ascent and descent of this font. The sum of these two numbers -- 2.39.2