Skip to content

Commit ea8feec

Browse files
authored
Merge pull request #2 from worksmobile/develop
[Merge] develop onto master-works
2 parents e73ed54 + 0e7a88f commit ea8feec

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

TTTAttributedLabel/TTTAttributedLabel.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,16 @@ afterInheritingLabelAttributesAndConfiguringWithBlock:(NSMutableAttributedString
431431
*/
432432
- (TTTAttributedLabelLink *)linkAtPoint:(CGPoint)point;
433433

434+
/// 현재 `CTFramesetter`를 리턴
435+
///
436+
/// 기존에는 `private`였던 메소드를 `public`으로 뚫어 사용한다.
437+
- (CTFramesetterRef)framesetter;
438+
439+
/// 현재까지 설정된 속성을 기반으로 렌더링한 `NSAttributedString`을 리턴
440+
///
441+
/// 기존에는 `private`였던 메소드를 `public`으로 뚫어 사용한다.
442+
- (NSAttributedString *)renderedAttributedText;
443+
434444
@end
435445

436446
/**

0 commit comments

Comments
 (0)