summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/Font.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/Font.h')
-rw-r--r--WebCore/platform/graphics/Font.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/Font.h b/WebCore/platform/graphics/Font.h
index ef305c5..6633a50 100644
--- a/WebCore/platform/graphics/Font.h
+++ b/WebCore/platform/graphics/Font.h
@@ -219,12 +219,15 @@ public:
SVGFontElement* svgFont() const;
#endif
+ bool needsTranscoding() const { return m_needsTranscoding; }
+
private:
FontDescription m_fontDescription;
mutable RefPtr<FontFallbackList> m_fontList;
short m_letterSpacing;
short m_wordSpacing;
bool m_isPlatformFont;
+ bool m_needsTranscoding;
};
inline Font::~Font()