<div dir="ltr">Hi,<br><br>Thank you, this looks like it might be what I'm looking for.<br><br>Take care,<br>Michael.<br><br><div class="gmail_quote">On Tue, Sep 30, 2008 at 12:38 AM, Matthew Flaschen <span dir="ltr"><<a href="mailto:matthew.flaschen@gatech.edu">matthew.flaschen@gatech.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Michael Rohan wrote:<br>
> Hi Folks,<br>
><br>
> Just posted this to comp.fonts, but figured I should try here also.<br>
><br>
> Not sure if this is the correct group, but I have code that generated<br>
> Unicode strings displayed via Java on X Windows.  The strings include<br>
> characters from the Enclosed Alphanumerics Unicode block.<br>
<br>
</div>Font-config can do this, though its documentation, API, and command-line<br>
interface are all rather inscrutable.  I wrote a program that can take<br>
any character as input and give you the filename of a font with it.<br>
<br>
Just put the two files anywhere, then:<br>
<br>
make<br>
./CharSearch $B-!(B<br>
<br>
I.e. put the character you're looking for as the first and only<br>
argument.  Only tested with en_US.UTF-8 as LANG environment variable.<br>
<br>
Matt Flaschen<br>
<br>CC=gcc<br>
CFLAGS=--std=c99 -I /usr/include -I /usr/include/fontconfig -L /usr/lib/ -l fontconfig<br>
OBJ=CharSearch<br>
<br>
CharSearch: CharSearch.c<br>
        ${CC} ${CFLAGS} CharSearch.c -o ${OBJ}<br>
<br>
clean:<br>
        rm ${OBJ}<br></blockquote></div><br></div>