summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-15 15:52:07 +0000
committerbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-15 15:52:07 +0000
commit5e89c5f0360d26a45def86905c9850aba817ccf2 (patch)
tree8737a3d8cc487c0964c7892574b609e638b5dec9
parentb62fec7fcb34f152a209dc2184c8f89f4b80b75c (diff)
downloadgyp-5e89c5f0360d26a45def86905c9850aba817ccf2.tar.gz
Fix size of rotated text with FreeType.
This generalizes and shares the solution found for a similar issue with GDI. The issue is that the text size is applied early, and the rest of the transformation late. This allows us to isolate and independently control the text size from the rest of the transformation. R=reed@google.com Review URL: https://codereview.chromium.org/213153006 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@14201 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--utils.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils.gyp b/utils.gyp
index 070d18a..5b3d9ea 100644
--- a/utils.gyp
+++ b/utils.gyp
@@ -81,6 +81,8 @@
'../src/utils/SkGatherPixelRefsAndRects.h',
'../src/utils/SkInterpolator.cpp',
'../src/utils/SkLayer.cpp',
+ '../src/utils/SkMatrix22.cpp',
+ '../src/utils/SkMatrix22.h',
'../src/utils/SkMatrix44.cpp',
'../src/utils/SkMD5.cpp',
'../src/utils/SkMD5.h',