Oolite 1.91.0.7668-250429-8542c40
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
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 90 of file OODebugUtilities.m.

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

References asAttributedString.

Referenced by asAttributedString.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ asAttributedStringWithFont:

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

Definition at line 96 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: