VaKeR CYBER ARMY
Logo of a company Server : Apache/2.4.41 (Ubuntu)
System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Reference/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Reference/NSStringDrawing.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    <head>
    <title>NSStringAdditions</title>
  </head>
  <body>
    <font face="serif">
    <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>
      <dt>Alexander Malmberg (<a href="mailto:alexander@malmberg.org"><code>alexander@malmberg.org</code></a>)</dt>
      <dd>
      </dd>
    </dl>
    <blockquote>
      
      Categories which add drawing capabilities to
      NSAttributedString and NSString.
    
    </blockquote>
    <p><b>Copyright:</b> (C) 
      1999, 2003, 2004, 2017 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>
    <h2><a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAttributedString.html#class$NSAttributedString">NSAttributedString</a>(<a name="category$NSAttributedString(NSStringDrawing)">NSStringDrawing</a>)</h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>AppKit/NSStringDrawing.h</dd>
      </dl>
    </blockquote>
    <div class="availability">
<b>Availability:</b> MacOS-X 10.0.0</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="NSStringDrawing.html#method$NSAttributedString(NSStringDrawing)-boundingRectWithSize$options$">-boundingRectWithSize:options:</a></li>
      <li><a rel="gsdoc" href="NSStringDrawing.html#method$NSAttributedString(NSStringDrawing)-drawAtPoint$">-drawAtPoint:</a></li>
      <li><a rel="gsdoc" href="NSStringDrawing.html#method$NSAttributedString(NSStringDrawing)-drawInRect$">-drawInRect:</a></li>
      <li><a rel="gsdoc" href="NSStringDrawing.html#method$NSAttributedString(NSStringDrawing)-drawWithRect$options$">-drawWithRect:options:</a></li>
      <li><a rel="gsdoc" href="NSStringDrawing.html#method$NSAttributedString(NSStringDrawing)-size">-size</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$NSAttributedString(NSStringDrawing)-boundingRectWithSize$options$">boundingRectWithSize:&nbsp;options:&nbsp;</a></h3>
    - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>boundingRectWithSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)size<b> options:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSStringDrawingOptions">NSStringDrawingOptions</a>)options;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.4.0</div>
<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSAttributedString(NSStringDrawing)-drawAtPoint$">drawAtPoint:&nbsp;</a></h3>
    - (void) <b>drawAtPoint:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)point;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.0.0</div>
<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSAttributedString(NSStringDrawing)-drawInRect$">drawInRect:&nbsp;</a></h3>
    - (void) <b>drawInRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)rect;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.0.0</div>
<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSAttributedString(NSStringDrawing)-drawWithRect$options$">drawWithRect:&nbsp;options:&nbsp;</a></h3>
    - (void) <b>drawWithRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)rect<b> options:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSStringDrawingOptions">NSStringDrawingOptions</a>)options;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.4.0</div>
<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSAttributedString(NSStringDrawing)-size">size&nbsp;</a></h3>
    - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>) <b>size</b>;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.0.0</div>
<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>

          <h1><a name="002000000000">
        Software documentation for the
        NSString(NSStringDrawing) category
      </a></h1>
    <h2><a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>(<a name="category$NSString(NSStringDrawing)">NSStringDrawing</a>)</h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>AppKit/NSStringDrawing.h</dd>
      </dl>
    </blockquote>
    <div class="availability">
<b>Availability:</b> MacOS-X 10.0.0</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="NSStringDrawing.html#method$NSString(NSStringDrawing)-boundingRectWithSize$options$attributes$">-boundingRectWithSize:options:attributes:</a></li>
      <li><a rel="gsdoc" href="NSStringDrawing.html#method$NSString(NSStringDrawing)-drawAtPoint$withAttributes$">-drawAtPoint:withAttributes:</a></li>
      <li><a rel="gsdoc" href="NSStringDrawing.html#method$NSString(NSStringDrawing)-drawInRect$withAttributes$">-drawInRect:withAttributes:</a></li>
      <li><a rel="gsdoc" href="NSStringDrawing.html#method$NSString(NSStringDrawing)-drawWithRect$options$attributes$">-drawWithRect:options:attributes:</a></li>
      <li><a rel="gsdoc" href="NSStringDrawing.html#method$NSString(NSStringDrawing)-sizeWithAttributes$">-sizeWithAttributes:</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$NSString(NSStringDrawing)-boundingRectWithSize$options$attributes$">boundingRectWithSize:&nbsp;options:&nbsp;attributes:&nbsp;</a></h3>
    - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>boundingRectWithSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)size<b> options:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSStringDrawingOptions">NSStringDrawingOptions</a>)options<b> attributes:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSDictionary.html#class$NSDictionary">NSDictionary</a>*)attrs;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.4.0</div>
<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSString(NSStringDrawing)-drawAtPoint$withAttributes$">drawAtPoint:&nbsp;withAttributes:&nbsp;</a></h3>
    - (void) <b>drawAtPoint:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)point<b> withAttributes:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSDictionary.html#class$NSDictionary">NSDictionary</a>*)attrs;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.0.0</div>
<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSString(NSStringDrawing)-drawInRect$withAttributes$">drawInRect:&nbsp;withAttributes:&nbsp;</a></h3>
    - (void) <b>drawInRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)rect<b> withAttributes:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSDictionary.html#class$NSDictionary">NSDictionary</a>*)attrs;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.0.0</div>
<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSString(NSStringDrawing)-drawWithRect$options$attributes$">drawWithRect:&nbsp;options:&nbsp;attributes:&nbsp;</a></h3>
    - (void) <b>drawWithRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)rect<b> options:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSStringDrawingOptions">NSStringDrawingOptions</a>)options<b> attributes:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSDictionary.html#class$NSDictionary">NSDictionary</a>*)attrs;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.4.0</div>
<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSString(NSStringDrawing)-sizeWithAttributes$">sizeWithAttributes:&nbsp;</a></h3>
    - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>) <b>sizeWithAttributes:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSDictionary.html#class$NSDictionary">NSDictionary</a>*)attrs;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.0.0</div>
<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>
    <br />
    <a href="Gui.html">Up</a>
    </font>
</body>
</html>

VaKeR 2022