RESOLVED FIXED 138228
Migrate ComplexTextControllerCoreText to use SPI instead of WKSI
https://bugs.webkit.org/show_bug.cgi?id=138228
Summary Migrate ComplexTextControllerCoreText to use SPI instead of WKSI
Myles C. Maxfield
Reported 2014-10-30 14:08:17 PDT
Migrate ComplexTextControllerCoreText to use SPI instead of WKSI
Attachments
Patch (7.51 KB, patch)
2014-10-30 14:09 PDT, Myles C. Maxfield
simon.fraser: review+
Myles C. Maxfield
Comment 1 2014-10-30 14:09:53 PDT
Simon Fraser (smfr)
Comment 2 2014-10-30 14:12:01 PDT
Comment on attachment 240694 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=240694&action=review > Source/WebCore/platform/spi/cocoa/CoreTextSPI.h:40 > +extern "C" CGSize CTRunGetInitialAdvance(CTRunRef run); > +extern "C" CTLineRef CTLineCreateWithUniCharProvider(CTUniCharProviderCallback provide, CTUniCharDisposeCallback dispose, void* refCon); > +extern "C" CTTypesetterRef CTTypesetterCreateWithUniCharProviderAndOptions(CTUniCharProviderCallback provide, CTUniCharDisposeCallback dispose, void* refCon, CFDictionaryRef options); Maybe use an extern "C" {} block
Myles C. Maxfield
Comment 3 2014-10-30 14:17:45 PDT
Note You need to log in before you can comment on or make changes to this bug.