; * src/nsterm.m (ns_draw_stretch_glyph_string): One more spelling fix.
This commit is contained in:
parent
cd0a8c00a7
commit
25e2656dd9
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue