[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Apr 4 21:56:20 UTC 2016
src/hb-coretext.cc | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
New commits:
commit 59089622dbb8dda783b1639c932123f125c3592d
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon Apr 4 14:54:32 2016 -0700
[coretext] Clarify comment
diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc
index 90c6653..e64d265 100644
--- a/src/hb-coretext.cc
+++ b/src/hb-coretext.cc
@@ -904,13 +904,11 @@ resize_and_retry:
* backend.
*
* However, even that wouldn't work if we were passed in the CGFont 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.
+ * construct a hb_face to begin with.
*
* See: http://github.com/behdad/harfbuzz/pull/36
+ *
+ * Also see: https://bugs.chromium.org/p/chromium/issues/detail?id=597098
*/
bool matched = false;
for (unsigned int i = 0; i < range_records.len; i++)
More information about the HarfBuzz
mailing list