| Index: include/ports/SkTypeface_android.h
|
| diff --git a/include/ports/SkTypeface_android.h b/include/ports/SkTypeface_android.h
|
| index 0d89736e7ea9ae03c4615686bf189bfb800aedcd..fa702cb011c642c64b3d415a0758c16967aa1fac 100644
|
| --- a/include/ports/SkTypeface_android.h
|
| +++ b/include/ports/SkTypeface_android.h
|
| @@ -13,9 +13,11 @@
|
|
|
| #include "SkTypeface.h"
|
|
|
| +class SkPaintOptionsAndroid;
|
| +
|
| /**
|
| * Get the family name of the font in the fallback font list containing
|
| - * the specified chararacter. if no font is found, returns false.
|
| + * the specified character. if no font is found, returns false.
|
| */
|
| SK_API bool SkGetFallbackFamilyNameForChar(SkUnichar uni, SkString* name);
|
|
|
|
|