commit | 42e6d3c9e49083a0464927a6808efe245ee59233 | [log] [tgz] |
---|---|---|
author | Dmitry Batrak <Dmitry.Batrak@jetbrains.com> | Fri Jun 03 20:18:11 2016 +0300 |
committer | Dmitry Batrak <Dmitry.Batrak@jetbrains.com> | Fri Jun 03 20:18:35 2016 +0300 |
tree | 0d078dbde1399c9f5aca8a4c2513c27444f41f08 | |
parent | 594baee9b81c865bb3ad5617348ec1afd9d62dfd [diff] |
IDEA-157062 AIOOBE at StandardGlyphVector.getLogicalBounds This adjusts the fix for IDEA-156971, so that original font's style is used to create a native font object. It turns out, changing style does have an impact on char-to-glyph mapping in native code. This can influence also fake-italic fonts created by CFontManager, but it's only critical for our case, where we must use exactly the same font which is returned by font fallback code.