commit | 665b038b5745a9f5dc88b7ccfb39466a4c8750bf | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Thu Mar 19 10:43:57 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Mar 19 10:43:57 2015 -0700 |
tree | c4be2a8d3f7f53f65b112630f3619c007d864100 | |
parent | f87cbcdf9f10120ca1821b4d6de94f7a2e94f930 [diff] |
Use typographic font metrics when the font requests. FreeType always returns the 'hhea' font metrics for ascent and descent, and ignores the 'OS/2'::fsSelection::UseTypoMetrics bit. (It also ignores the VDMX table, which makes this change correct.) This change uses the typographic font metrics when the font requests their use. Review URL: https://codereview.chromium.org/1020643002