<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Cool, see:<br>
</p>
<p><a moz-do-not-send="true" href="https://sourceforge.net/p/irrational-numbers/code/HEAD/tree/pkgs/extrafont-devkit/trunk/src/extrafont.c">https://sourceforge.net/p/irrational-numbers/code/HEAD/tree/pkgs/extrafont-devkit/trunk/src/extrafont.c</a><br>
<br>
looks that:<br>
<br>
<i>#include <Windows.h></i><i><br>
</i><i>#include <Wingdi.h></i><br>
<br>
is also needed.<br>
</p>
<pre class="moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<div class="moz-cite-prefix">On 12/15/2017 3:12 PM, Dan Wilcox wrote:<br>
</div>
<blockquote type="cite" cite="mid:5F8816B1-4CE2-4AC8-AC19-3B94137B8E60@gmail.com">
Here is a prelim of what I had in mind: <a href="https://github.com/pure-data/pdloader" class="" moz-do-not-send="true">https://github.com/pure-data/pdloader</a>
<div class=""><br class="">
</div>
<div class="">It's not currently working. It builds but can't find the Init function, so something is wrong with the dll export.</div>
<div class=""><br class="">
</div>
<div class="">In any case, the idea is that this small lib can be built to match the Tcl version Pd is using.</div>
<div class=""><br class="">
</div>
<div class="">In some ways, extrafont is basically the same idea but in this case, we only really need it on Windows. </div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Dec 15, 2017, at 4:57 PM, Lucas Cordiviola <<a href="mailto:lucarda27@hotmail.com" class="" moz-do-not-send="true">lucarda27@hotmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div text="#000000" bgcolor="#FFFFFF" class="">
<p class="">It is working nicely both for -font-weight normal/bold.<br class="">
<br class="">
Seems that the real font name gets auto-loaded.<br class="">
<br class="">
But sure we can change it.</p>
<p class=""><br class="">
</p>
<p class="">--<br class="">
</p>
<pre class="moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<div class="moz-cite-prefix">On 12/15/2017 12:43 PM, Dan Wilcox wrote:<br class="">
</div>
<blockquote type="cite" cite="mid:6E16523D-2102-4715-BEE2-99670F3BDCBD@gmail.com" class="">
Note: I would stay name the font family "DejaVu Sans Mono" as the font detection mechanism and the postscript export expect that naming.
<div class=""><br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On Dec 15, 2017, at 4:34 PM, Lucas Cordiviola <<a href="mailto:lucarda27@hotmail.com" class="" moz-do-not-send="true">lucarda27@hotmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div text="#000000" bgcolor="#FFFFFF" class="">
<p class="">Ok good.<br class="">
<br class="">
Also I have another option (<i class="">tested and working</i>) with a brand new tcl pckg designed just for this need: “extrafont”<br class="">
<br class="">
<a moz-do-not-send="true" href="https://wiki.tcl.tk/48903" class="">https://wiki.tcl.tk/48903</a><br class="">
<br class="">
Is cross-platform but the win32 pkg is just 20KB.<br class="">
<br class="">
<br class="">
This is added on pd-gui.tcl (line 364):</p>
<p class=""><br class="">
</p>
<p class="">++++++++++++++++++++++++++++++++++++++++++++++++++<br class="">
"win32" {<br class="">
            # Adding dejavu fonts on mswindows<br class="">
            catch { package require extrafont<br class="">
            <br class="">
            extrafont::load  pd/lib/font/DejaVuSansMono-Bold.ttf<br class="">
            extrafont::isAvailable "DejaVu"   ;# true<br class="">
            set myfontname "tk_dejavu"  ;#  ... choose the name you want ..<br class="">
            set myfontname [font create -family "dejavu" -size 12]<br class="">
            label .mylabel1 -font $myfontname<br class="">
            #<br class="">
            extrafont::load  pd/lib/font/DejaVuSansMono.ttf<br class="">
            extrafont::isAvailable "DejaVu"   ;# true<br class="">
            set myfontname "tk_dejavu"  ;#  ... choose the name you want ..<br class="">
            set myfontname [font create -family "dejavu" -size 12]<br class="">
            label .mylabel2 -font $myfontname<br class="">
            }<br class="">
            #</p>
<p class=""><br class="">
</p>
<p class="">++++++++++++++++++++++++++++++++++++++++++++++++++++</p>
<p class=""><br class="">
</p>
<pre class="moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<div class="moz-cite-prefix">On 12/15/2017 11:41 AM, Dan Wilcox wrote:<br class="">
</div>
<blockquote type="cite" cite="mid:138F24EB-AE8D-4E1B-B0BC-3740C8508DCE@gmail.com" class="">
<div style="word-wrap: break-word;
                                -webkit-nbsp-mode: space;
                                -webkit-line-break: after-white-space;" class="">
No. The example in the link *uses* CRITCL but it's really just C code which could be built without using CRITCL.</div>
<div style="word-wrap: break-word;
                                -webkit-nbsp-mode: space;
                                -webkit-line-break: after-white-space;" class="">
<br class="">
</div>
<div style="word-wrap: break-word;
                                -webkit-nbsp-mode: space;
                                -webkit-line-break: after-white-space;" class="">
I'm working on an example extension which loads the font. Should have it up relatively soon.<br class="">
<div class=""><br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On Dec 14, 2017, at 6:23 PM, <a href="mailto:pd-list-request@lists.iem.at" class="" moz-do-not-send="true">
pd-list-request@lists.iem.at</a> wrote:</div>
<br class="Apple-interchange-newline">
<div class=""><span style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px; float: none; display:
                                          inline !important;" class="">Date:
 Thu, 14 Dec 2017 17:01:24 +0000</span><br style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px;" class="">
<span style="font-family:
                                          Monaco; font-size: 12px;
                                          font-style: normal;
                                          font-variant-caps: normal;
                                          font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px; float: none; display:
                                          inline !important;" class="">From:
 Lucas Cordiviola <</span><a href="mailto:lucarda27@hotmail.com" style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          orphans: auto; text-align:
                                          start; text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal; widows:
                                          auto; word-spacing: 0px;
                                          -webkit-text-size-adjust:
                                          auto;
                                          -webkit-text-stroke-width:
                                          0px;" class="" moz-do-not-send="true">lucarda27@hotmail.com</a><span style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px; float: none; display:
                                          inline !important;" class="">></span><br style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px;" class="">
<span style="font-family:
                                          Monaco; font-size: 12px;
                                          font-style: normal;
                                          font-variant-caps: normal;
                                          font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px; float: none; display:
                                          inline !important;" class="">To:
 "</span><a href="mailto:pd-list@lists.iem.at" style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          orphans: auto; text-align:
                                          start; text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal; widows:
                                          auto; word-spacing: 0px;
                                          -webkit-text-size-adjust:
                                          auto;
                                          -webkit-text-stroke-width:
                                          0px;" class="" moz-do-not-send="true">pd-list@lists.iem.at</a><span style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px; float: none; display:
                                          inline !important;" class="">"
 <</span><a href="mailto:pd-list@lists.iem.at" style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          orphans: auto; text-align:
                                          start; text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal; widows:
                                          auto; word-spacing: 0px;
                                          -webkit-text-size-adjust:
                                          auto;
                                          -webkit-text-stroke-width:
                                          0px;" class="" moz-do-not-send="true">pd-list@lists.iem.at</a><span style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px; float: none; display:
                                          inline !important;" class="">></span><br style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px;" class="">
<span style="font-family:
                                          Monaco; font-size: 12px;
                                          font-style: normal;
                                          font-variant-caps: normal;
                                          font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px; float: none; display:
                                          inline !important;" class="">Subject:
 Re: [PD] Dejavu on ms-windows was: (Re: [PD-announce] Pd</span><br style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px;" class="">
<span class="Apple-tab-span" style="font-family: Monaco; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; word-spacing: 0px; -webkit-text-stroke-width: 0px;"></span><span style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px; float: none; display:
                                          inline !important;" class="">0.48-1
 test version released)</span><br style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px;" class="">
<span style="font-family:
                                          Monaco; font-size: 12px;
                                          font-style: normal;
                                          font-variant-caps: normal;
                                          font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px; float: none; display:
                                          inline !important;" class="">Message-ID:</span><br style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px;" class="">
<span class="Apple-tab-span" style="font-family: Monaco; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; word-spacing: 0px; -webkit-text-stroke-width: 0px;"></span><span style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px; float: none; display:
                                          inline !important;" class=""><</span><a href="mailto:BLUPR01MB552D5ED48F32B4D2DCDE527A60A0@BLUPR01MB552.prod.exchangelabs.com" style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          orphans: auto; text-align:
                                          start; text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal; widows:
                                          auto; word-spacing: 0px;
                                          -webkit-text-size-adjust:
                                          auto;
                                          -webkit-text-stroke-width:
                                          0px;" class="" moz-do-not-send="true">BLUPR01MB552D5ED48F32B4D2DCDE527A60A0@BLUPR01MB552.prod.exchangelabs.com</a><span style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px; float: none; display:
                                          inline !important;" class="">></span><br style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px;" class="">
<span class="Apple-tab-span" style="font-family: Monaco; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; word-spacing: 0px; -webkit-text-stroke-width: 0px;"></span><br style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px;" class="">
<span style="font-family:
                                          Monaco; font-size: 12px;
                                          font-style: normal;
                                          font-variant-caps: normal;
                                          font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px; float: none; display:
                                          inline !important;" class="">Content-Type:
 text/plain; charset="windows-1252"</span><br style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px;" class="">
<br style="font-family: Monaco;
                                          font-size: 12px; font-style:
                                          normal; font-variant-caps:
                                          normal; font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px;" class="">
<span style="font-family:
                                          Monaco; font-size: 12px;
                                          font-style: normal;
                                          font-variant-caps: normal;
                                          font-weight: normal;
                                          letter-spacing: normal;
                                          text-align: start;
                                          text-indent: 0px;
                                          text-transform: none;
                                          white-space: normal;
                                          word-spacing: 0px;
                                          -webkit-text-stroke-width:
                                          0px; float: none; display:
                                          inline !important;" class="">Doesn't
 this changed the dependency from TWAPI to CRITCL?</span></div>
</blockquote>
</div>
<br class="">
<div class="">
<div style="font-family: Helvetica;
                                      font-size: 12px; font-style:
                                      normal; font-variant-caps: normal;
                                      font-weight: normal;
                                      letter-spacing: normal;
                                      text-align: start; text-indent:
                                      0px; text-transform: none;
                                      white-space: normal; word-spacing:
                                      0px; -webkit-text-stroke-width:
                                      0px;" class="">
--------</div>
<div style="font-family: Helvetica;
                                      font-size: 12px; font-style:
                                      normal; font-variant-caps: normal;
                                      font-weight: normal;
                                      letter-spacing: normal;
                                      text-align: start; text-indent:
                                      0px; text-transform: none;
                                      white-space: normal; word-spacing:
                                      0px; -webkit-text-stroke-width:
                                      0px;" class="">
Dan Wilcox</div>
<div style="font-family: Helvetica;
                                      font-size: 12px; font-style:
                                      normal; font-variant-caps: normal;
                                      font-weight: normal;
                                      letter-spacing: normal;
                                      text-align: start; text-indent:
                                      0px; text-transform: none;
                                      white-space: normal; word-spacing:
                                      0px; -webkit-text-stroke-width:
                                      0px;" class="">
<a href="http://twitter.com/danomatika" class="" moz-do-not-send="true">@danomatika</a></div>
<div style="font-family: Helvetica;
                                      font-size: 12px; font-style:
                                      normal; font-variant-caps: normal;
                                      font-weight: normal;
                                      letter-spacing: normal;
                                      text-align: start; text-indent:
                                      0px; text-transform: none;
                                      white-space: normal; word-spacing:
                                      0px; -webkit-text-stroke-width:
                                      0px;" class="">
<a href="http://danomatika.com/" class="" moz-do-not-send="true">danomatika.com</a></div>
<div style="font-family: Helvetica;
                                      font-size: 12px; font-style:
                                      normal; font-variant-caps: normal;
                                      font-weight: normal;
                                      letter-spacing: normal;
                                      text-align: start; text-indent:
                                      0px; text-transform: none;
                                      white-space: normal; word-spacing:
                                      0px; -webkit-text-stroke-width:
                                      0px;" class="">
<a href="http://robotcowboy.com/" class="" moz-do-not-send="true">robotcowboy.com</a></div>
<div style="font-family: Helvetica;
                                      font-size: 12px; font-style:
                                      normal; font-variant-caps: normal;
                                      font-weight: normal;
                                      letter-spacing: normal;
                                      text-align: start; text-indent:
                                      0px; text-transform: none;
                                      white-space: normal; word-spacing:
                                      0px; -webkit-text-stroke-width:
                                      0px;" class="">
<br class="">
</div>
<br class="Apple-interchange-newline">
</div>
<br class="">
</div>
</div>
</blockquote>
<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
<div class="">
<div style="font-family: Helvetica; font-size:
                        12px; font-style: normal; font-variant-caps:
                        normal; font-weight: normal; letter-spacing:
                        normal; text-align: start; text-indent: 0px;
                        text-transform: none; white-space: normal;
                        word-spacing: 0px; -webkit-text-stroke-width:
                        0px;" class="">
--------</div>
<div style="font-family: Helvetica; font-size:
                        12px; font-style: normal; font-variant-caps:
                        normal; font-weight: normal; letter-spacing:
                        normal; text-align: start; text-indent: 0px;
                        text-transform: none; white-space: normal;
                        word-spacing: 0px; -webkit-text-stroke-width:
                        0px;" class="">
Dan Wilcox</div>
<div style="font-family: Helvetica; font-size:
                        12px; font-style: normal; font-variant-caps:
                        normal; font-weight: normal; letter-spacing:
                        normal; text-align: start; text-indent: 0px;
                        text-transform: none; white-space: normal;
                        word-spacing: 0px; -webkit-text-stroke-width:
                        0px;" class="">
<a href="http://twitter.com/danomatika" class="" moz-do-not-send="true">@danomatika</a></div>
<div style="font-family: Helvetica; font-size:
                        12px; font-style: normal; font-variant-caps:
                        normal; font-weight: normal; letter-spacing:
                        normal; text-align: start; text-indent: 0px;
                        text-transform: none; white-space: normal;
                        word-spacing: 0px; -webkit-text-stroke-width:
                        0px;" class="">
<a href="http://danomatika.com/" class="" moz-do-not-send="true">danomatika.com</a></div>
<div style="font-family: Helvetica; font-size:
                        12px; font-style: normal; font-variant-caps:
                        normal; font-weight: normal; letter-spacing:
                        normal; text-align: start; text-indent: 0px;
                        text-transform: none; white-space: normal;
                        word-spacing: 0px; -webkit-text-stroke-width:
                        0px;" class="">
<a href="http://robotcowboy.com/" class="" moz-do-not-send="true">robotcowboy.com</a></div>
<div style="font-family: Helvetica; font-size:
                        12px; font-style: normal; font-variant-caps:
                        normal; font-weight: normal; letter-spacing:
                        normal; text-align: start; text-indent: 0px;
                        text-transform: none; white-space: normal;
                        word-spacing: 0px; -webkit-text-stroke-width:
                        0px;" class="">
<br class="">
</div>
<br class="Apple-interchange-newline">
</div>
<br class="">
</div>
</blockquote>
<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
<div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 12px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px;">
--------</div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 12px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px;">
Dan Wilcox</div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 12px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px;">
<a href="http://twitter.com/danomatika" class="" moz-do-not-send="true">@danomatika</a></div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 12px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px;">
<a href="http://danomatika.com" class="" moz-do-not-send="true">danomatika.com</a></div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 12px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px;">
<a href="http://robotcowboy.com" class="" moz-do-not-send="true">robotcowboy.com</a></div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 12px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px;" class="">
<br class="">
</div>
<br class="Apple-interchange-newline">
</div>
<br class="">
</div>
</blockquote>
<br>
</body>
</html>