We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e73ed54 + 0e7a88f commit ea8feecCopy full SHA for ea8feec
1 file changed
TTTAttributedLabel/TTTAttributedLabel.h
@@ -431,6 +431,16 @@ afterInheritingLabelAttributesAndConfiguringWithBlock:(NSMutableAttributedString
431
*/
432
- (TTTAttributedLabelLink *)linkAtPoint:(CGPoint)point;
433
434
+/// 현재 `CTFramesetter`를 리턴
435
+///
436
+/// 기존에는 `private`였던 메소드를 `public`으로 뚫어 사용한다.
437
+- (CTFramesetterRef)framesetter;
438
+
439
+/// 현재까지 설정된 속성을 기반으로 렌더링한 `NSAttributedString`을 리턴
440
441
442
+- (NSAttributedString *)renderedAttributedText;
443
444
@end
445
446
/**
0 commit comments