commit | 59f093d5d832a83b409879de287745e99f75ebfe | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Tue Mar 22 10:59:09 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 22 10:59:10 2016 -0700 |
tree | 4684cdf5b0770263c4e0d5c868be6a56165c7b3d | |
parent | d053ce9c54d4e5937a142278359e5a4cde18095e [diff] |
Correctly handle lfWidth in GDI. The LOGFONT::lfWidth field is related to the LOGFONT::lfHeight field, it is not related in any way to the OS/2::usWidthClass (unlike LOGFONT::lfWeight, which mirrors the OS/2::usWeightClass). Be sure to canonicalize this field to 0 (default) and not use it as a style value. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1819973003 Review URL: https://codereview.chromium.org/1819973003