commit | f89f60f6972569a41fa737c786d238559027fede | [log] [tgz] |
---|---|---|
author | fmalita <fmalita@chromium.org> | Fri Feb 13 08:55:24 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Feb 13 08:55:24 2015 -0800 |
tree | a6ce0bd1abd3fc5873f65af5413325f903b42960 | |
parent | 9a0808fd8e83128403285f391944850d908d7af0 [diff] |
[SkSVGDevice] Full font family support Use a family name iterator and list all names instead of just one returned by SkTypeface::getFamilyName(). R=reed@google.com,mtklein@google.com Review URL: https://codereview.chromium.org/923583002
diff --git a/gyp/svg.gyp b/gyp/svg.gyp index d681bda..82ff53d 100644 --- a/gyp/svg.gyp +++ b/gyp/svg.gyp
@@ -11,6 +11,7 @@ ], 'include_dirs': [ '../include/svg', + '../src/core', ], 'sources': [ '<(skia_include_path)/svg/SkSVGCanvas.h',