Ah, sadly that is outside my experience. I suggest you make a new posting to the list with a subject similiar to &quot;Pango problems with international fonts on windows&quot;, and describe the problem like you did in your previous mail.<br>
<br>Another thing you can check is to make a GTK program and see if it renders the international text, that would eliminate whether it&#39;s how cairo+pango is compiled or being used.<br><br><div class="gmail_quote">On Thu, Apr 10, 2008 at 12:17 AM,  &lt;<a href="mailto:robertk54@aol.com">robertk54@aol.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>


<div><div class="Ih2E3d">&gt;Is getting a list of installed fonts a requirement or are you just working with a fixed set of fonts? I am trying to understand &gt;what&#39;s not working. Is some fonts not working but other as well? Font names that are not working would be useful.<br>

<br></div>
Yes, I think.&nbsp; The final product needs to support any font a user wants to use.&nbsp; I do not want to limit this to a predefined set that we include within our product.&nbsp; We need to allow for users installing thier own fonts, perhaps fonts they develop themselves (within reasonable limititations).&nbsp; I am assuming this means I need to support a user providing a font pattern which the product will search for, find and render onto the Cairo ARGB surface.&nbsp; If&nbsp;Cairo + Pango alone can handle this then&nbsp;this is great.<br>

<br>
My initial development used Cairo alone.&nbsp; This was ok for a start but limited the types of fonts to those with &#39;standard&#39; layouts (left to right).&nbsp; My second step was to integrate with Pango to allow for use of &#39;non-standard&#39; (Hebrew, Chinese, etc.) layouts.&nbsp; I got to the point where Cairo + Pango worked with &#39;standard&#39; fonts, but I could not get the &#39;non-standard&#39; stuff working.&nbsp; I asumed all I need do was implement the gravity attributes but all I could get was boxes instead of text with anything but the vertical selection.&nbsp; Since I assumed I needed to add FontConfig and FreeType at some point I thought perhaps I was not using the correct font sets and that it was a good time to add these libraries.&nbsp; Once I added FontConfig and FreeType I was able to determine all the available fonts and implemented a means to provide the font pattern to select a particular one.&nbsp; It was at this point I determined that only some of the fonts would render as
  expected and the others would all seem to render&nbsp;using some default font.&nbsp; I could supply more detail about which fonts rendered as expected and which did not.&nbsp; At this point it was suggested that I needed Cairo + FreeType to allow the font pattern to be passed to Cairo properly.&nbsp; This is why I started my search for the binaries or build environment.<br>

<br>
Once I get the basics working I need to do some more advanced layouts.&nbsp; My code can already animate the text (scroll and fade).&nbsp;&nbsp;We need to do things similar to PowerPoint animations.&nbsp; One example would be a wave pattern where letters are higher than others.&nbsp; The high point&nbsp;will scroll down the text string at some rate.&nbsp; I am hoping I can achieve this using Pango but this is not a big concern at this point.<br>

</div><div><div></div><div class="Wj3C7c">
<div><font style="color: black; font-family: ARIAL,SAN-SERIF; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><hr style="margin-top: 10px;">
Get the <a title="http://www.mapquest.com/toolbar?NCID=mpqmap00030000000003" href="http://www.mapquest.com/toolbar?NCID=mpqmap00030000000003" target="_blank">MapQuest Toolbar</a>, Maps, Traffic, Directions &amp; More!</font> </div>

</div></div><br>_______________________________________________<br>
cairo mailing list<br>
<a href="mailto:cairo@cairographics.org">cairo@cairographics.org</a><br>
<a href="http://lists.cairographics.org/mailman/listinfo/cairo" target="_blank">http://lists.cairographics.org/mailman/listinfo/cairo</a><br></blockquote></div><br>