commit | be03bb6cef8c698a20aa5c9dbac827686aabc623 | [log] [tgz] |
---|---|---|
author | jvanverth <jvanverth@google.com> | Tue Mar 10 11:53:39 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 10 11:53:39 2015 -0700 |
tree | ed0f5f401bfda1c1584ed7c2ea2ba7089f9f8edd | |
parent | c41df8d92d885ecb71af7795b22ebc7417187f61 [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 Committed: https://skia.googlesource.com/skia/+/07e245ffe1ca7f781590fcff904c2922c2269781 Review URL: https://codereview.chromium.org/986343002