Add fontconfig support.
authoragl@chromium.org <agl@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 28 Apr 2009 17:30:01 +0000 (17:30 +0000)
committeragl@chromium.org <agl@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 28 Apr 2009 17:30:01 +0000 (17:30 +0000)
commitdf8ecfbcffb297c361cb3e30ab4d7469a6b2e966
treee699ea3594661d5bde68c44bb713f3c511f8f4b7
parent862e91be0225be1e5cfc8157301cfc13d8da4287
Add fontconfig support.

Fontconfig is usually found on Linux systems and handles
configuration, parsing and caching issues involved with enumerating
and matching fonts.

This patch adds SkFontHost methods based on fontconfig.

git-svn-id: http://skia.googlecode.com/svn/trunk@162 2bbb7eff-a529-9590-31e7-b0007b416f81
src/ports/SkFontHost_fontconfig.cpp [new file with mode: 0644]
src/ports/SkFontHost_gamma_none.cpp [new file with mode: 0644]