close a font-object.
(Ffont_shape_text): If FONT_OBJECT is not a font-object, just
return TO.
if (NILP (val))
return Qnil;
result = font_has_char (f, val, c);
+ font_close_object (f, val);
if (result > 0)
return val;
return Qnil;
args_out_of_range_3 (string, from, to);
}
+ if (! FONT_OBJECT_P (font_object))
+ return to;
+
CHECK_FONT_GET_OBJECT (font_object, font);
len = end - start;
gstring = Ffont_make_gstring (font_object, make_number (len));