提交 59089622 编写于 作者: B Behdad Esfahbod

[coretext] Clarify comment

上级 6dd80faf
...@@ -904,13 +904,11 @@ resize_and_retry: ...@@ -904,13 +904,11 @@ resize_and_retry:
* backend. * backend.
* *
* However, even that wouldn't work if we were passed in the CGFont to * However, even that wouldn't work if we were passed in the CGFont to
* begin with. * construct a hb_face to begin with.
*
* We might switch to checking PS name against "LastResort". That would
* be safe for all fonts except for those named "Last Resort". Might be
* better than what we have right now.
* *
* See: http://github.com/behdad/harfbuzz/pull/36 * See: http://github.com/behdad/harfbuzz/pull/36
*
* Also see: https://bugs.chromium.org/p/chromium/issues/detail?id=597098
*/ */
bool matched = false; bool matched = false;
for (unsigned int i = 0; i < range_records.len; i++) for (unsigned int i = 0; i < range_records.len; i++)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册