Sha256: 9f9cf372c8882723e0853316ca455c6e9e38322a505982fae7119556d703e01f

Contents?: true

Size: 1.78 KB

Versions: 1

Compression:

Stored size: 1.78 KB

Contents

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
  <title>font_dump (DumpUtilities)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
  <pre><span class="ruby-comment cmt"># File test/backup/DumpUtilities.rb, line 22</span>
  <span class="ruby-keyword kw">def</span> <span class="ruby-constant">DumpUtilities</span>.<span class="ruby-identifier">font_dump</span>(<span class="ruby-identifier">buffer</span>)
  <span class="ruby-comment cmt">#treat buffer as a set 8 bit wide characters</span>
  <span class="ruby-identifier">s</span>=<span class="ruby-value str">&quot;&quot;</span>
  <span class="ruby-identifier">buffer</span>.<span class="ruby-identifier">each_byte</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">byte</span><span class="ruby-operator">|</span> 
      <span class="ruby-identifier">s</span><span class="ruby-operator">&lt;&lt;</span><span class="ruby-identifier">sprintf</span>(<span class="ruby-value str">&quot;%08b\n&quot;</span>,<span class="ruby-identifier">byte</span>).<span class="ruby-identifier">tr</span>(<span class="ruby-value str">&quot;1&quot;</span>,<span class="ruby-value str">&quot;#&quot;</span>).<span class="ruby-identifier">tr</span>(<span class="ruby-value str">&quot;0&quot;</span>,<span class="ruby-value str">&quot; &quot;</span>)
  <span class="ruby-keyword kw">end</span>
  <span class="ruby-identifier">s</span>
  <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dsktool-0.4.1 doc/classes/DumpUtilities.src/M000112.html