diff options
Diffstat (limited to 'doc/api.texi')
-rw-r--r-- | doc/api.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/api.texi b/doc/api.texi index 2ce58b9..7b19651 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -1559,9 +1559,8 @@ Return the recommended pixel height of a line of text using @end deffn @deffn {Procedure} font-size-text font text -Return a 2-element list containing the resulting surface size of the -string @var{text} using @var{font} in the following format: -@code{(width height)}. +Return 2 values for the resulting surface size of the string +@var{text} using @var{font}. @end deffn @deffn {Procedure} font-glyph-index font char |