RESOLVED DUPLICATE of bug 27734 Bug 28021
WINCE PORT: enable CachedFont
https://bugs.webkit.org/show_bug.cgi?id=28021
Summary WINCE PORT: enable CachedFont
Yong Li
Reported 2009-08-05 10:48:44 PDT
the patch follows
Attachments
the patch (3.04 KB, patch)
2009-08-05 10:53 PDT, Yong Li
staikos: review-
Yong Li
Comment 1 2009-08-05 10:53:24 PDT
Created attachment 34150 [details] the patch
George Staikos
Comment 2 2009-08-05 11:19:56 PDT
Comment on attachment 34150 [details] the patch > +#if PLATFORM(WINCE) > + m_fontData = createFontCustomPlatformData(this); > + m_data = 0; > +#else > m_fontData = createFontCustomPlatformData(m_data.get()); > +#endif This change should not be necessary. We need to improve it in the platform dependent code.
Yong Li
Comment 3 2009-08-05 13:49:01 PDT
will be modified and merged to bug 27734 *** This bug has been marked as a duplicate of bug 27734 ***
Note You need to log in before you can comment on or make changes to this bug.