diff options
Diffstat (limited to 'WebCore/platform/graphics/wince/FontWinCE.cpp')
-rw-r--r-- | WebCore/platform/graphics/wince/FontWinCE.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/wince/FontWinCE.cpp b/WebCore/platform/graphics/wince/FontWinCE.cpp index e2ff067..d636517 100644 --- a/WebCore/platform/graphics/wince/FontWinCE.cpp +++ b/WebCore/platform/graphics/wince/FontWinCE.cpp @@ -235,6 +235,11 @@ void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const F } } +void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */, const AtomicString& /* mark */, const FloatPoint& /* point */, int /* from */, int /* to */) const +{ + notImplemented(); +} + float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const { TextRunComponents components; |