2002-01-28 04:50:14 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>NSStringAdditions</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<a href="Gui.html">Up</a>
|
|
|
|
<br />
|
|
|
|
<h1><a name="title$NSStringDrawing">NSStringAdditions</a></h1>
|
|
|
|
<h3>Authors</h3>
|
|
|
|
<dl>
|
|
|
|
<dt>Richard Frith-Macdonald(<a href="mailto:richard@brainstorm.co.uk"><code>
|
|
|
|
richard@brainstorm.co.uk
|
|
|
|
</code></a>)</dt>
|
|
|
|
<dd>
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
<blockquote>
|
|
|
|
|
|
|
|
Categories which add drawing capabilities to
|
|
|
|
NSAttributedString and NSString.
|
|
|
|
|
|
|
|
</blockquote>
|
|
|
|
<p><b>Copyright:</b> (C) 1999 Free Software Foundation, Inc.</p>
|
|
|
|
<div>
|
|
|
|
<hr width="50%" align="left" />
|
|
|
|
<h3>Contents -</h3>
|
|
|
|
<ol>
|
|
|
|
<li>
|
|
|
|
<a href="#001000000000">Software documentation for the
|
|
|
|
NSAttributedString(NSStringDrawing)
|
|
|
|
category</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="#002000000000">Software documentation for the
|
|
|
|
NSString(NSStringDrawing) category</a>
|
|
|
|
</li>
|
|
|
|
</ol>
|
|
|
|
<hr width="50%" align="left" />
|
|
|
|
</div>
|
|
|
|
<h1><a name="001000000000">
|
|
|
|
Software documentation for the
|
|
|
|
NSAttributedString(NSStringDrawing)
|
|
|
|
category
|
|
|
|
</a></h1>
|
2002-07-17 14:06:33 +00:00
|
|
|
<h2>NSAttributedString(<a name="category$NSAttributedString(NSStringDrawing)">NSStringDrawing</a>)</h2>
|
2002-01-28 04:50:14 +00:00
|
|
|
<blockquote>
|
|
|
|
<dl>
|
|
|
|
<dt><b>Declared in:</b></dt>
|
|
|
|
<dd>AppKit/NSStringDrawing.h</dd>
|
|
|
|
</dl>
|
|
|
|
</blockquote>
|
|
|
|
<blockquote>
|
|
|
|
<b>Standards:</b>
|
|
|
|
<ul>
|
|
|
|
<li>MacOS-X</li>
|
|
|
|
<li>OpenStep</li>
|
2002-07-17 14:06:33 +00:00
|
|
|
<li>GNUstep</li>
|
2002-01-28 04:50:14 +00:00
|
|
|
</ul>
|
|
|
|
</blockquote>
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<b>Method summary</b>
|
|
|
|
<ul>
|
2002-07-17 14:06:33 +00:00
|
|
|
<li><a rel="gsdoc" href="NSStringDrawing.html#method$NSAttributedString-drawAtPoint:">-drawAtPoint:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSStringDrawing.html#method$NSAttributedString-drawInRect:">-drawInRect:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSStringDrawing.html#method$NSAttributedString-drawRange:atPoint:">-drawRange:atPoint:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSStringDrawing.html#method$NSAttributedString-drawRange:inRect:">-drawRange:inRect:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSStringDrawing.html#method$NSAttributedString-size">-size</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSStringDrawing.html#method$NSAttributedString-sizeRange:">-sizeRange:</a></li>
|
2002-01-28 04:50:14 +00:00
|
|
|
</ul>
|
2002-07-17 14:06:33 +00:00
|
|
|
<hr width="50%" align="left" />
|
|
|
|
<h3><a name="method$NSAttributedString-drawAtPoint:">drawAtPoint:</a></h3>
|
2002-01-28 04:50:14 +00:00
|
|
|
- (void) <b>drawAtPoint:</b> (NSPoint)point;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
2002-07-17 14:06:33 +00:00
|
|
|
<h3><a name="method$NSAttributedString-drawInRect:">drawInRect:</a></h3>
|
2002-01-28 04:50:14 +00:00
|
|
|
- (void) <b>drawInRect:</b> (NSRect)rect;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
2002-07-17 14:06:33 +00:00
|
|
|
<h3><a name="method$NSAttributedString-drawRange:atPoint:">drawRange:atPoint:</a></h3>
|
2002-01-28 04:50:14 +00:00
|
|
|
- (void) <b>drawRange:</b> (NSRange)lineRange<b> atPoint:</b> (NSPoint)point;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
2002-07-17 14:06:33 +00:00
|
|
|
<h3><a name="method$NSAttributedString-drawRange:inRect:">drawRange:inRect:</a></h3>
|
2002-01-28 04:50:14 +00:00
|
|
|
- (void) <b>drawRange:</b> (NSRange)lineRange<b> inRect:</b> (NSRect)rect;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
2002-07-17 14:06:33 +00:00
|
|
|
<h3><a name="method$NSAttributedString-size">size</a></h3>
|
2002-01-28 04:50:14 +00:00
|
|
|
- (NSSize) <b>size</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
2002-07-17 14:06:33 +00:00
|
|
|
<h3><a name="method$NSAttributedString-sizeRange:">sizeRange:</a></h3>
|
2002-01-28 04:50:14 +00:00
|
|
|
- (NSSize) <b>sizeRange:</b> (NSRange)lineRange;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h1><a name="002000000000">
|
|
|
|
Software documentation for the
|
|
|
|
NSString(NSStringDrawing) category
|
|
|
|
</a></h1>
|
2002-07-17 14:06:33 +00:00
|
|
|
<h2>NSString(<a name="category$NSString(NSStringDrawing)">NSStringDrawing</a>)</h2>
|
2002-01-28 04:50:14 +00:00
|
|
|
<blockquote>
|
|
|
|
<dl>
|
|
|
|
<dt><b>Declared in:</b></dt>
|
|
|
|
<dd>AppKit/NSStringDrawing.h</dd>
|
|
|
|
</dl>
|
|
|
|
</blockquote>
|
|
|
|
<blockquote>
|
|
|
|
<b>Standards:</b>
|
|
|
|
<ul>
|
|
|
|
<li>MacOS-X</li>
|
|
|
|
<li>OpenStep</li>
|
2002-07-17 14:06:33 +00:00
|
|
|
<li>GNUstep</li>
|
2002-01-28 04:50:14 +00:00
|
|
|
</ul>
|
|
|
|
</blockquote>
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<b>Method summary</b>
|
|
|
|
<ul>
|
2002-07-17 14:06:33 +00:00
|
|
|
<li><a rel="gsdoc" href="NSStringDrawing.html#method$NSString-drawAtPoint:withAttributes:">-drawAtPoint:withAttributes:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSStringDrawing.html#method$NSString-drawInRect:withAttributes:">-drawInRect:withAttributes:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSStringDrawing.html#method$NSString-sizeWithAttributes:">-sizeWithAttributes:</a></li>
|
2002-01-28 04:50:14 +00:00
|
|
|
</ul>
|
2002-07-17 14:06:33 +00:00
|
|
|
<hr width="50%" align="left" />
|
|
|
|
<h3><a name="method$NSString-drawAtPoint:withAttributes:">drawAtPoint:withAttributes:</a></h3>
|
|
|
|
- (void) <b>drawAtPoint:</b> (NSPoint)point<b> withAttributes:</b> (NSDictionary*)attrs;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
2002-07-17 14:06:33 +00:00
|
|
|
<h3><a name="method$NSString-drawInRect:withAttributes:">drawInRect:withAttributes:</a></h3>
|
|
|
|
- (void) <b>drawInRect:</b> (NSRect)rect<b> withAttributes:</b> (NSDictionary*)attrs;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
2002-07-17 14:06:33 +00:00
|
|
|
<h3><a name="method$NSString-sizeWithAttributes:">sizeWithAttributes:</a></h3>
|
|
|
|
- (NSSize) <b>sizeWithAttributes:</b> (NSDictionary*)attrs;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<br />
|
|
|
|
<a href="Gui.html">Up</a>
|
|
|
|
</body>
|
|
|
|
</html>
|