emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android 1e54e565e1f: ; Update Android port


From: Po Lu
Subject: feature/android 1e54e565e1f: ; Update Android port
Date: Mon, 31 Jul 2023 05:59:40 -0400 (EDT)

branch: feature/android
commit 1e54e565e1f6899d9dbb240d72c30b8af5152232
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; Update Android port
    
    * src/sfntfont.c (sfnt_parse_style): Fix misworded commentary.
---
 src/sfntfont.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/sfntfont.c b/src/sfntfont.c
index 826c830ece5..72434d5b5d8 100644
--- a/src/sfntfont.c
+++ b/src/sfntfont.c
@@ -460,9 +460,10 @@ sfnt_parse_style (Lisp_Object style_name, struct 
sfnt_font_desc *desc)
   desc->slant = 100;
   desc->width = 100;
 
-  /* Split the style into spaces.  As long as no weight, slant, or
-     width is encountered, look in the corresponding descriptions
-     array.  GC must not happen inside this block.  */
+  /* Split the style into tokens delimited by spaces.  Attempt to find
+     a token specifying each of the weight, slant, or width attributes
+     using their respective descriptions arrays as a reference.  GC
+     must not happen inside this block.  */
   style = SSDATA (Fdowncase (style_name));
   saveptr = NULL;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]