projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
509d530
)
; * src/sfnt.c (sfnt_interpret_compound_glyph_2): Reword a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 23 Dec 2023 07:32:04 +0000
(09:32 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 23 Dec 2023 07:32:04 +0000
(09:32 +0200)
src/sfnt.c
patch
|
blob
|
history
diff --git
a/src/sfnt.c
b/src/sfnt.c
index 6698c9c27df83dc07ab5384efb952676ee854ed6..553b828a2db278912feace3e4b6a61ab4ea95549 100644
(file)
--- a/
src/sfnt.c
+++ b/
src/sfnt.c
@@
-12639,7
+12639,7
@@
sfnt_interpret_compound_glyph_2 (struct sfnt_glyph *glyph,
sfnt_f26dot6 *x_base, *y_base;
/* Figure out how many points and contours there are to instruct. A
- minimum of two points must be present,
to wit
the origin and
+ minimum of two points must be present,
namely:
the origin and
advance phantom points. */
num_points = context->num_points - base_index;
num_contours = context->num_end_points - base_contour;