Changeset 175975 in webkit
- Timestamp:
- Nov 11, 2014, 2:02:16 PM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/spi/cocoa/CoreTextSPI.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r175974 r175975 1 2014-11-11 Myles C. Maxfield <mmaxfield@apple.com> 2 3 Unreviewd iOS build fix 4 5 * platform/spi/cocoa/CoreTextSPI.h: 6 1 7 2014-11-11 David Kilzer <ddkilzer@apple.com> 2 8 -
trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h
r175972 r175975 39 39 typedef void (*CTUniCharDisposeCallback)(const UniChar* chars, void* refCon); 40 40 41 #if !USE(APPLE_INTERNAL_SDK) || __MAC_OS_X_VERSION_MIN_REQUIRED < 1090 41 #if PLATFORM(IOS) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED > 1080) 42 #if !USE(APPLE_INTERNAL_SDK) 42 43 typedef CF_OPTIONS(uint32_t, CTFontTransformOptions) 43 44 { … … 46 47 }; 47 48 #endif 49 bool CTFontGetVerticalGlyphsForCharacters(CTFontRef, const UniChar characters[], CGGlyph glyphs[], CFIndex count); 50 #endif 48 51 49 52 CGSize CTRunGetInitialAdvance(CTRunRef run); … … 51 54 CTTypesetterRef CTTypesetterCreateWithUniCharProviderAndOptions(CTUniCharProviderCallback provide, CTUniCharDisposeCallback dispose, void* refCon, CFDictionaryRef options); 52 55 bool CTFontTransformGlyphs(CTFontRef, CGGlyph glyphs[], CGSize advances[], CFIndex count, CTFontTransformOptions); 53 bool CTFontGetVerticalGlyphsForCharacters(CTFontRef, const UniChar characters[], CGGlyph glyphs[], CFIndex count);54 56 55 57 }
Note:
See TracChangeset
for help on using the changeset viewer.