| Index: Source/platform/fonts/FontPlatformData.h
|
| diff --git a/Source/platform/fonts/FontPlatformData.h b/Source/platform/fonts/FontPlatformData.h
|
| index 898b0195bd58d891cd64a61506876cbc9b02a254..28f7f3dff08eeae1bb6a4fe45243b0513fe2bfb5 100644
|
| --- a/Source/platform/fonts/FontPlatformData.h
|
| +++ b/Source/platform/fonts/FontPlatformData.h
|
| @@ -95,6 +95,7 @@ public:
|
|
|
| SkTypeface* typeface() const;
|
| HarfBuzzFace* harfBuzzFace() const;
|
| + bool hasSpaceInLigaturesOrKerning() const;
|
| SkFontID uniqueID() const;
|
| unsigned hash() const;
|
|
|
|
|