Changeset 611
- Timestamp:
- Jul 16, 2006, 4:29:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/BarButton.m
r610 r611 112 112 [NSFont fontWithName: @"Helvetica" size: 12.0], NSFontAttributeName, nil]; 113 113 114 NSFont * boldFont = [[NSFontManager sharedFontManager] convertFont: 115 [NSFont fontWithName: @"Helvetica" size: 12.0] toHaveTrait: NSBoldFontMask]; 116 114 117 NSDictionary * highlightedAttributes = [[NSDictionary alloc] initWithObjectsAndKeys: 115 118 [NSColor whiteColor], NSForegroundColorAttributeName, 116 [NSFont fontWithName: @"Helvetica Bold" size: 12.0], NSFontAttributeName, nil];119 boldFont, NSFontAttributeName, nil]; 117 120 118 121 NSSize textSizeNormal = [text sizeWithAttributes: normalAttributes],
Note: See TracChangeset
for help on using the changeset viewer.