<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Unicode characters from VFP9</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : Unicode characters from VFP9]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 19:34:08 +0000</pubDate>
  <lastBuildDate>Fri, 26 Feb 2016 06:47:31 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=3275</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Unicode characters from VFP9 : I tried, but again unsuccessfully.I...]]></title>
   <link>http://www.quickpdf.org/forum/unicode-characters-from-vfp9_topic3275_post13027.html#13027</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2838">Cerceris</a><br /><strong>Subject:</strong> 3275<br /><strong>Posted:</strong> 26 Feb 16 at 6:47AM<br /><br /><span ="-1" id="result_" ="" lang="en"><span ="hps">I tried</span><span>,</span> <span ="hps">but again</span> <span ="hps">unsuccessfully</span><span>.</span><br><span ="hps">I will use</span> <span ="hps">your advice</span> <span ="hps">with two small images</span><span>.</span><br><br> <span ="hps">Thank you for the quick reply,<br><br>Cerceris<br></span></span>]]>
   </description>
   <pubDate>Fri, 26 Feb 2016 06:47:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/unicode-characters-from-vfp9_topic3275_post13027.html#13027</guid>
  </item> 
  <item>
   <title><![CDATA[Unicode characters from VFP9 : Hi Cerceris;i don&amp;#039;t have...]]></title>
   <link>http://www.quickpdf.org/forum/unicode-characters-from-vfp9_topic3275_post13026.html#13026</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3275<br /><strong>Posted:</strong> 25 Feb 16 at 10:35PM<br /><br />Hi Cerceris;<div><br></div><div>i don't have experiences with DrawHTMLText but i know that your string doesn't contain the correct value for the male- and female-symbol in html-code.</div><div>The correct html-code in this case is:</div><div>for female:</div><div>&amp;#9792;</div><div>and for male:</div><div>&amp;#9794;&nbsp;</div><div><br></div><div>The bad thing is that DrawHTMLText supports only a subset of mainly style tags and not symbols.</div><div>In your case (IDE without unicode support and there#s only need to get two signs) i would create two small images using them instead of real characters.</div><div><br></div><div>Cheers and welcome here,</div><div>Ingo</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 25 Feb 2016 22:35:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/unicode-characters-from-vfp9_topic3275_post13026.html#13026</guid>
  </item> 
  <item>
   <title><![CDATA[Unicode characters from VFP9 : I use Debenu Quick PDF Library...]]></title>
   <link>http://www.quickpdf.org/forum/unicode-characters-from-vfp9_topic3275_post13025.html#13025</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2838">Cerceris</a><br /><strong>Subject:</strong> 3275<br /><strong>Posted:</strong> 25 Feb 16 at 10:48AM<br /><br /><font face="Times New Roman, Times, serif" size="3">I use Debenu Quick PDF Library 11.11 with Visual Foxpro 9. <br>I do not have the option to send directly to PDF Unicode characters.<br>Iwant to see DrawHtmlText. Ineed to show</font><font face="Times New Roman, Times, serif" color="#000000" size="3"> ♀ <span lang="en">and♂.<br><br>I used<br></span></font><font face="Times New Roman, Times, serif" size="3"></font><p style="margin-bottom: 0cm"><font face="Times New Roman, Times, serif" size="3"><font color="#000000"><span lang="en">&nbsp;&nbsp;&nbsp; QP.NewDocument()</span></font></font></p><font face="Times New Roman, Times, serif" size="3"></font><p style="margin-bottom: 0cm"><font face="Times New Roman, Times, serif" size="3"><font color="#000000">&nbsp;&nbsp;&nbsp; QP.SetPageSize("A4")</font></font></p><font face="Times New Roman, Times, serif" size="3"></font><p style="margin-bottom: 0cm"><font face="Times New Roman, Times, serif" size="3"><font color="#000000">&nbsp;&nbsp;&nbsp; QP.SetOrigin(1)</font></font></p><font face="Times New Roman, Times, serif" size="3"></font><p style="margin-bottom: 0cm"><font face="Times New Roman, Times, serif" size="3"><font color="#000000">&nbsp;&nbsp;&nbsp; FontID1= QP.AddTrueTypeFont("Times New Roman", 1)</font></font></p><font face="Times New Roman, Times, serif" size="3"></font><p style="margin-bottom: 0cm"><font face="Times New Roman, Times, serif" size="3"><font color="#000000">&nbsp;&nbsp; QP.SetHTMLNormalFont("Default",FontID1)</font></font></p><font face="Times New Roman, Times, serif" size="3"></font><p style="margin-bottom: 0cm"><font face="Times New Roman, Times, serif" size="3"><font color="#000000">&nbsp;&nbsp; QP.DrawHTMLText(20,20, 150, "#2640 #2642")</font></font></p><font face="Times New Roman, Times, serif" size="3"></font><p style="margin-bottom: 0cm"><font face="Times New Roman, Times, serif" size="3">Displays&nbsp; <font color="#000000"><span lang="en">"#2640#2642” </span></font><font color="#000000"><span lang="en">andnot </span></font><font color="#000000"><span lang="en">♀♂</span></font></font></p><font face="Times New Roman, Times, serif" size="3"></font><p style="margin-bottom: 0cm"></p><font face="Times New Roman, Times, serif" size="3"></font><p style="margin-bottom: 0cm"><font face="Times New Roman, Times, serif" size="3"><a name="result_2"></a><font color="#000000"><span lang="en">Isthere any possibility to succeed?</span></font></font></p><p style="margin-bottom: 0cm"><font face="Times New Roman, Times, serif" size="3"><br></font></p><p style="margin-bottom: 0cm"><font face="Times New Roman, Times, serif" size="3">Thanks</font></p><p style="margin-bottom: 0cm"><font face="Times New Roman, Times, serif" size="3"><br><font color="#000000"><span lang="en"></span></font></font></p><p style="margin-bottom: 0cm"><font face="Times New Roman, Times, serif" color="#000000" size="3"><span lang="en"><br></span></font></p><font face="Times New Roman, Times, serif" size="3"></font>]]>
   </description>
   <pubDate>Thu, 25 Feb 2016 10:48:53 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/unicode-characters-from-vfp9_topic3275_post13025.html#13025</guid>
  </item> 
 </channel>
</rss>