Thanks,<br><br>Serge<br><br><div class="gmail_quote">2009/7/12 Giovanni Bajo <span dir="ltr">&lt;<a href="mailto:rasky@develer.com">rasky@develer.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On Sun, 12 Jul 2009 11:27:05 +0100, Serge Weinstock<br>
&lt;<a href="mailto:serge.weinstock@googlemail.com">serge.weinstock@googlemail.com</a>&gt; wrote:<br>
&gt; I&#39;m currently working on a small application for learning the<br>
International<br>
&gt; Phonetic Alphabet (<br>
&gt; <a href="http://en.wikipedia.org/wiki/IPA_chart_for_English_dialects" target="_blank">http://en.wikipedia.org/wiki/IPA_chart_for_English_dialects</a>).<br>
&gt;<br>
&gt; I have a font which can display these symbols but I would like to avoid<br>
its<br>
&gt; installation in the system just for displaying it.<br>
&gt;<br>
&gt; Is it possible to make qt display fonts read from files and not from the<br>
&gt; system installed fonts?<br>
<br>
</div></div>QFontDatabase::addApplicationFont().<br>
<br>
It of course also transparently supports reading the font from Qt<br>
resources.<br>
<font color="#888888">--<br>
Giovanni Bajo<br>
Develer S.r.l.<br>
<a href="http://www.develer.com" target="_blank">http://www.develer.com</a><br>
</font></blockquote></div><br>