| Index: trunk/src/ports/SkFontConfigInterface_direct.cpp
|
| ===================================================================
|
| --- trunk/src/ports/SkFontConfigInterface_direct.cpp (revision 8565)
|
| +++ trunk/src/ports/SkFontConfigInterface_direct.cpp (working copy)
|
| @@ -40,6 +40,23 @@
|
| return gDirect;
|
| }
|
|
|
| +int SkFontConfigInterface::countFamilies() { return 0; }
|
| +
|
| +int SkFontConfigInterface::getFamilySet(int index, SkString* outFamilyName,
|
| + FontIdentity outIdentities[],
|
| + int maxCount) {
|
| + return 0;
|
| +}
|
| +
|
| +int SkFontConfigInterface::matchFamilySet(const char familyName[],
|
| + SkString* outFamilyName,
|
| + FontIdentity outIdentities[],
|
| + int maxCount) {
|
| + return 0;
|
| +}
|
| +
|
| +///////////////////////////////////////////////////////////////////////////////
|
| +
|
| namespace {
|
|
|
| // Equivalence classes, used to match the Liberation and other fonts
|
|
|