aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/pdf/SkPDFFont.h
diff options
context:
space:
mode:
authorGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-18 02:38:50 +0000
committerGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-18 02:38:50 +0000
commit37ad8fb72ff1b3faac93b01ead2c79e1a06fc172 (patch)
tree89df0774c02e8dcca67a529c7ec8d8fbfc57b0d2 /include/pdf/SkPDFFont.h
parent37c472007ec3b9b6a11cf196bae1f6b7af3bff19 (diff)
[PDF] Subset font advance data (W array).
Patch by arthurhsu@chromium.org. Original CL: http://codereview.appspot.com/4830068 http://codereview.appspot.com/4905051/ Review URL: http://codereview.appspot.com/4911042 git-svn-id: http://skia.googlecode.com/svn/trunk@2134 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/pdf/SkPDFFont.h')
-rw-r--r--include/pdf/SkPDFFont.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pdf/SkPDFFont.h b/include/pdf/SkPDFFont.h
index 4b7943c854..b884017912 100644
--- a/include/pdf/SkPDFFont.h
+++ b/include/pdf/SkPDFFont.h
@@ -137,6 +137,7 @@ protected:
// Accessors for subclass.
SkAdvancedTypefaceMetrics* fontInfo();
+ void setFontInfo(SkAdvancedTypefaceMetrics* info);
uint16_t firstGlyphID() const;
uint16_t lastGlyphID() const;
void setLastGlyphID(uint16_t glyphID);