skia2/include
vandebo@chromium.org 2a22e10ab2 Add Truetype and Type 1 font embedding support
Sorry this is such a large CL.  It was very exploratory for me to make this
work.

- Add an interface to SkFontHost to retrieve font information and provide NULL implementations on all platforms except Linux.
- Segment large Type 1 fonts into fonts with shared resources with 255 glyphs each.
- Convert the various Type 1 formats to the form PDF wants.
- Update font as we draw text instead of as part of the graphical state.
- Remove built-in font support, we can't really use it.

Other changes I can pull out to a separate CL if you like.

- Add SkTScopedPtr class.
- Fix double free of resources.
- Fix bug in resource unique-ifying code.
- Don't print anything for any empty clip path.
- Fix copy paste error - MiterLimit.
- Fix sign extension bug in SkPDFString
- Fix FlateTest rename that was missed on a previous commit.

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

git-svn-id: http://skia.googlecode.com/svn/trunk@728 2bbb7eff-a529-9590-31e7-b0007b416f81
2011-01-25 21:01:34 +00:00
..
animator grab from latest android 2008-12-17 15:59:43 +00:00
config remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp) but, 2010-12-20 20:53:13 +00:00
core Add Truetype and Type 1 font embedding support 2011-01-25 21:01:34 +00:00
effects Patch by Mike Lawther (mikelawther@chromium.org). 2010-12-06 23:45:58 +00:00
gpu Rev the GrContext interface. Context has draw* functions that take a new GrPaint object. Removed many of the lower-level GrGpu function call-throughs on context. 2011-01-21 21:03:59 +00:00
images add optional pref-config table to codecs 2010-03-03 21:04:12 +00:00
pdf Add Truetype and Type 1 font embedding support 2011-01-25 21:01:34 +00:00
ports update save/restore comments to mention that the drawFilter is also saved 2010-02-11 16:05:15 +00:00
svg update to match latest skia apis 2010-05-17 14:34:13 +00:00
text experimental draft, please ignore 2010-02-11 13:56:04 +00:00
utils fixes for some warnings: 2011-01-25 19:05:12 +00:00
views remove obsolete, unsupported sound files 2011-01-07 15:34:36 +00:00
xml update windows port 2009-12-18 21:33:39 +00:00