44 NSString *title = [
self title];
45 if (title && [title length]>0) {
46 NSDictionary *attributes = [
NSDictionary dictionaryWithObjectsAndKeys:
47 [
NSColor blackColor], NSForegroundColorAttributeName,
48 [
self font], NSFontAttributeName,
50 return [
title sizeWithAttributes:attributes];