commit | 9d85145590894e8114056f0bbe24ba76581336c5 | [log] [tgz] |
---|---|---|
author | halcanary <halcanary@google.com> | Wed Mar 25 07:11:08 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 25 07:11:08 2015 -0700 |
tree | b84a08d5255defbc617360a3abccaa7b786cb0c1 | |
parent | 478652e918d73a4c0330e27e03eaa9564138c0f7 [diff] |
SkPDF: clean up skpdfdocument, add static functions Add SkPDFDocument::EmitPDF and SkPDFDocument::GetCountOfFontTypes Also, make SkPDFDocument::appendPage return void, not bool. Motivation: These static functions can be used to print subsets of a pdf document (functionality to be added in a later CL). BUG=skia:3585 Review URL: https://codereview.chromium.org/1036853002