summaryrefslogtreecommitdiff
path: root/pdf/SkPDFFont.cpp
AgeCommit message (Expand)Author
2011-05-09[PDF] Add a ToUnicode mapping for fonts.vandebo@chromium.org
2011-04-28fix warnings about possibly-uninitialized-variablesreed@google.com
2011-04-11Generalize the flip origin argument to the PDF device constructor.vandebo@chromium.org
2011-03-30Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances.vandebo@chromium.org
2011-03-28Store content streams in an SkStream instead of an SkString (64k size limit).vandebo@chromium.org
2011-03-21convert fixed->scalar directly, since we know that thereed@google.com
2011-03-18fix scalar math to work with float and fixedreed@google.com
2011-03-10Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedT...vandebo@chromium.org
2011-03-08Enable compiling the PDF backend by default in the makefile.vandebo@chromium.org
2011-03-04PDF Type3 Support.ctguil@chromium.org
2011-02-28[PDF] Fix broken encoding conversion code for non-multibyte fonts.vandebo@chromium.org
2011-02-02Cleanup SkPDFTypfaceInfo and make it more generic.vandebo@chromium.org
2011-02-01[PDF] Clean up ref counting.vandebo@chromium.org
2011-01-25Add Truetype and Type 1 font embedding supportvandebo@chromium.org
2010-11-11PDF: Add text support with a font framework (font embedding to come).vandebo@chromium.org