Commit 23cc2d19 authored by Eli Zaretskii's avatar Eli Zaretskii
Browse files

; * src/sfnt.c (sfnt_interpret_compound_glyph_2): Reword a comment.

parent 509d5306
Pipeline #27598 failed with stages
in 7 minutes and 13 seconds
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment