Index: include/ports/SkTypeface_mac.h |
diff --git a/include/ports/SkTypeface_mac.h b/include/ports/SkTypeface_mac.h |
index 0166ee57eaca38a425f5b8e97374017c326c1811..a59f8f77735e4abe58e8c2a5b23ebb4c4190c286 100644 |
--- a/include/ports/SkTypeface_mac.h |
+++ b/include/ports/SkTypeface_mac.h |
@@ -25,5 +25,15 @@ |
* unref() when it is finished. |
*/ |
SK_API extern SkTypeface* SkCreateTypefaceFromCTFont(CTFontRef); |
- |
+/** |
+ * Returns the platform-specific CTFontRef handle for a |
+ * given SkTypeface. Note that the returned CTFontRef gets |
+ * released when the source SkTypeface is destroyed. |
reed1
2015/02/11 13:45:13
Thanks.
|
+ * |
+ * This method is deprecated. It may only be used by Blink Mac |
+ * legacy code in special cases related to text-shaping |
+ * with AAT fonts, clipboard handling and font fallback. |
+ * See https://code.google.com/p/skia/issues/detail?id=3408 |
+ */ |
+SK_API extern CTFontRef SkTypeface_GetCTFontRef(const SkTypeface* face); |
#endif |