1 NSString *hang = @"test"; 2 CGRect zwRect = CGRectMake(0,0,200,20); 3 UIFont *myFont = [UIFont systemFontOfSize:ud.readFontSize]; 4 [hang drawInRect:zwRect withFont:myFont];
1 NSString *hang = @"test"; 2 CGRect zwRect = CGRectMake(0,0,200,20); 3 UIFont *myFont = [UIFont systemFontOfSize:ud.readFontSize]; 4 [hang drawInRect:zwRect withFont:myFont];