aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2023-12-23 09:32:04 +0200
committerEli Zaretskii2023-12-23 09:32:04 +0200
commit23cc2d192c4657b7963906317b8af0b8bbe1b0b3 (patch)
tree7df12ceadc57a54e34f21d08cb845bdafb464a16 /src
parent509d530646465b717bbbfb4376f9e209d99a15d9 (diff)
downloademacs-23cc2d192c4657b7963906317b8af0b8bbe1b0b3.tar.gz
emacs-23cc2d192c4657b7963906317b8af0b8bbe1b0b3.zip
; * src/sfnt.c (sfnt_interpret_compound_glyph_2): Reword a comment.
Diffstat (limited to 'src')
-rw-r--r--src/sfnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfnt.c b/src/sfnt.c
index 6698c9c27df..553b828a2db 100644
--- a/src/sfnt.c
+++ b/src/sfnt.c
@@ -12639,7 +12639,7 @@ sfnt_interpret_compound_glyph_2 (struct sfnt_glyph *glyph,
12639 sfnt_f26dot6 *x_base, *y_base; 12639 sfnt_f26dot6 *x_base, *y_base;
12640 12640
12641 /* Figure out how many points and contours there are to instruct. A 12641 /* Figure out how many points and contours there are to instruct. A
12642 minimum of two points must be present, to wit the origin and 12642 minimum of two points must be present, namely: the origin and
12643 advance phantom points. */ 12643 advance phantom points. */
12644 num_points = context->num_points - base_index; 12644 num_points = context->num_points - base_index;
12645 num_contours = context->num_end_points - base_contour; 12645 num_contours = context->num_end_points - base_contour;