提交 ebd31d37 编写于 作者: R Rod Sheeter

subset for real

上级 62c7d677
......@@ -365,7 +365,5 @@ hb_subset (hb_face_t *source,
}
} while (count == ARRAY_LENGTH (table_tags));
// TODO(grieger): Remove once basic subsetting is working + tests updated.
hb_face_destroy (dest);
return success ? hb_face_reference (source) : hb_face_get_empty ();
return success ? dest : hb_face_get_empty ();
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册