This commit is contained in:
2014-08-08 13:27:54 +08:00
parent a7f10ddcbb
commit 698a479191
291 changed files with 53278 additions and 515 deletions
@@ -0,0 +1,19 @@
//
// NSAttributedStringRunDelegates.h
// DTCoreText
//
// Created by Oliver on 14.01.11.
// Copyright 2011 Drobnik.com. All rights reserved.
//
#if TARGET_OS_IPHONE
#import <CoreText/CoreText.h>
#elif TARGET_OS_MAC
#import <ApplicationServices/ApplicationServices.h>
#endif
void embeddedObjectDeallocCallback(void *context);
CGFloat embeddedObjectGetAscentCallback(void *context);
CGFloat embeddedObjectGetDescentCallback(void *context);
CGFloat embeddedObjectGetWidthCallback(void *context);
CTRunDelegateRef createEmbeddedObjectRunDelegate(id obj);