mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Add an experimental framesetter cache in ASTextNode2 (#1063)
* Add an experimental framesetter cache in ASTextNode2, and stop keeping framesetters around * Update configuration schema * Fix imports * Fix import again and remove set statement
This commit is contained in:
@@ -225,8 +225,6 @@ AS_EXTERN const CGSize ASTextContainerMaxSize;
|
||||
@property (nonatomic, readonly) NSAttributedString *text;
|
||||
///< The text range in full text
|
||||
@property (nonatomic, readonly) NSRange range;
|
||||
///< CTFrameSetter
|
||||
@property (nonatomic, readonly) CTFramesetterRef frameSetter;
|
||||
///< CTFrame
|
||||
@property (nonatomic, readonly) CTFrameRef frame;
|
||||
///< Array of `ASTextLine`, no truncated
|
||||
|
||||
Reference in New Issue
Block a user