태그 : String 요약보기전체보기목록닫기

1

뷰에 속성이 있는 스트링 그리기

- (void)drawRect:(NSRect)rect {    NSString    *string = @"Got Fill?";    NSMutableDictionary *stringAttributes = [NSMutableDictionary dictionary];     // Set a font and specify a "fill" colo...
1