Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
NSString(OODebugExtensions) Category Reference

#include <OODebugUtilities.h>

Instance Methods

(NSAttributedString *) - asAttributedString
 
(NSAttributedString *) - asAttributedStringWithFont:
 

Detailed Description

Definition at line 64 of file OODebugUtilities.h.

Method Documentation

◆ asAttributedString

- (NSAttributedString *) asAttributedString

Definition at line 1 of file OODebugUtilities.m.

91{
92 return [NSAttributedString stringWithString:self];
93}

◆ asAttributedStringWithFont:

- (NSAttributedString *) asAttributedStringWithFont: (NSFont *) font

Definition at line 1 of file OODebugUtilities.m.

96 :(NSFont *)font
97{
98 return [NSAttributedString stringWithString:self font:font];
99}

The documentation for this category was generated from the following files: