提交 014f369e 编写于 作者: B Behdad Esfahbod

Add XXX note

上级 73932517
......@@ -88,6 +88,8 @@ struct hb_ot_map_t
return map ? map->needs_fallback : false;
}
/* XXX get_1_mask is actually unsafe if feature has more than
* one bit. */
inline hb_mask_t get_1_mask (hb_tag_t feature_tag) const {
const feature_map_t *map = features.bsearch (&feature_tag);
return map ? map->_1_mask : 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册