You probably will have to use the lower-level API directly. I think that you can use assemble-distribution with #:copy-collects argument to pick up a directory containing the font, and then, in the code, find the font file with collection-file-path. To make this work, you&#39;d also need to use the other aspects of the libraries documented on the same page as assemble-distribution, of course.<div>
<br></div><div>.. hm, but I&#39;m not sure how you&#39;d get the font file to actually be recognized by Racket to actually be able to get a font% object that&#39;ll draw with that font.</div><div><br></div><div>Have you already sorted that out, or do you just install the font at the OS level, currently?</div>
<div><br></div><div>Robby<br><div><br><br>On Thursday, April 26, 2012, Kieron Hardy  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I need to distribute an application (for Windows only at first, without source) along with a font or two that the application uses.<br>
<br>
What is/are the Racket way/s to accomplish this?<br>
<br>
Thanks in advance,<br>
<br>
Kieron<br>
<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</blockquote></div></div>