| Index: Source/core/platform/graphics/FontPlatformData.h
|
| diff --git a/Source/core/platform/graphics/FontPlatformData.h b/Source/core/platform/graphics/FontPlatformData.h
|
| index 606c917ed19fcbe1046338cd4adc4bed526d1acd..fee50e4341b02bfbe36403ea523b9449b930c6e5 100644
|
| --- a/Source/core/platform/graphics/FontPlatformData.h
|
| +++ b/Source/core/platform/graphics/FontPlatformData.h
|
| @@ -107,6 +107,7 @@ public:
|
| bool allowsLigatures() const;
|
| #endif
|
|
|
| + String fontFamilyName() const;
|
| bool isFixedPitch() const;
|
| float size() const { return m_size; }
|
| void setSize(float size) { m_size = size; }
|
|
|