; * src/nsterm.m (ns_draw_stretch_glyph_string): One more spelling fix.

This commit is contained in:
Po Lu 2025-03-04 21:10:36 +08:00
parent cd0a8c00a7
commit 25e2656dd9

View file

@ -4223,7 +4223,7 @@ Function modeled after x_draw_glyph_string_box ().
CGContextClipToRect (context, bounds);
CGContextScaleCTM (context, 1, -1);
/* Stamp the foreground colour using the stipple mask. */
/* Stamp the foreground color using the stipple mask. */
[[NSColor colorWithUnsignedLong:s->face->foreground] set];
CGRect imageSize = CGRectMake (0, 0, CGImageGetWidth (mask),
CGImageGetHeight (mask));