commit | 07e245ffe1ca7f781590fcff904c2922c2269781 | [log] [tgz] |
---|---|---|
author | jvanverth <jvanverth@google.com> | Tue Mar 10 06:53:28 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 10 06:53:28 2015 -0700 |
tree | 2ad40d79cd23e8d5cd5db7a9928412d76f7c81a7 | |
parent | eb1514154d913224e013a0de174586d54e8a5490 [diff] |
Adjust distance field glyph and font atlas sizes to maximize storage. Because of high DPI devices, we need more room in the glyph atlas for the larger glyphs. These settings will allow 4 of the distance field glyphs to fit in one Plot (increasing the storage from 32 large glyphs to 128), and still permit us to handle glyphs up to a 312 point size. BUG=chromium:458791 Committed: https://skia.googlesource.com/skia/+/d2737ad7dd8f4ea94a74034027014fd3d78923cb Review URL: https://codereview.chromium.org/986343002