commit | 7b09aab7130c174c6a2dd4becedbddaa6cf7945d | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Wed Sep 24 11:04:41 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Sep 24 11:04:41 2014 -0700 |
tree | 9c618e8db4d27b6a871e290491b912de55778192 | |
parent | 2456b7681aea8d91072186b17f8209955846f2f7 [diff] |
Correct glyph with non-bmp from typeface on Mac. CTFontGetGlyphsForChars puts the glyph id at the index of the lead surrogate as is documented in comments, but the code is looking at the index of the trail surrogate. BUG=skia:2960 R=mtklein@google.com Author: bungeman@google.com Review URL: https://codereview.chromium.org/596413002