Changeset 175978 in webkit
- Timestamp:
- Nov 11, 2014, 2:42:23 PM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/spi/cocoa/CoreTextSPI.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r175976 r175978 1 2014-11-11 Myles C. Maxfield <mmaxfield@apple.com> 2 3 Mountain Lion build fix 4 https://bugs.webkit.org/show_bug.cgi?id=138631 5 6 Reviewed by Simon Fraser. 7 8 * platform/spi/cocoa/CoreTextSPI.h: 9 1 10 2014-11-11 Eric Carlson <eric.carlson@apple.com> 2 11 -
trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h
r175975 r175978 47 47 }; 48 48 #endif 49 bool CTFont GetVerticalGlyphsForCharacters(CTFontRef, const UniChar characters[], CGGlyph glyphs[], CFIndex count);49 bool CTFontTransformGlyphs(CTFontRef, CGGlyph glyphs[], CGSize advances[], CFIndex count, CTFontTransformOptions); 50 50 #endif 51 51 … … 53 53 CTLineRef CTLineCreateWithUniCharProvider(CTUniCharProviderCallback provide, CTUniCharDisposeCallback dispose, void* refCon); 54 54 CTTypesetterRef CTTypesetterCreateWithUniCharProviderAndOptions(CTUniCharProviderCallback provide, CTUniCharDisposeCallback dispose, void* refCon, CFDictionaryRef options); 55 bool CTFont TransformGlyphs(CTFontRef, CGGlyph glyphs[], CGSize advances[], CFIndex count, CTFontTransformOptions);55 bool CTFontGetVerticalGlyphsForCharacters(CTFontRef, const UniChar characters[], CGGlyph glyphs[], CFIndex count); 56 56 57 57 }
Note:
See TracChangeset
for help on using the changeset viewer.