[PDF] Add plumbing and accessors so that Chrome can record the font types used in...
authorvandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Sun, 29 May 2011 05:55:42 +0000 (05:55 +0000)
committervandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Sun, 29 May 2011 05:55:42 +0000 (05:55 +0000)
commitf0ec2666d9a3f0f1662f0d63b5147628c49648aa
treeae2bebb2182bfad6d4b0348b76481f16ecedcec6
parentd7beab42527fb03e3b86b9016665fd9aebc74265
[PDF] Add plumbing and accessors so that Chrome can record the font types used in a PDF.

- Add a font type accessor to SkPDFFont.
- Plumb font resource retrivial up to SkPDFPage.

Review URL: http://codereview.appspot.com/4547069

git-svn-id: http://skia.googlecode.com/svn/trunk@1444 2bbb7eff-a529-9590-31e7-b0007b416f81
include/pdf/SkPDFDevice.h
include/pdf/SkPDFFont.h
include/pdf/SkPDFPage.h
src/pdf/SkPDFDevice.cpp
src/pdf/SkPDFFont.cpp
src/pdf/SkPDFPage.cpp