<?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 : Bold text</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 : Bold text]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 20 Jun 2026 04:29:04 +0000</pubDate>
  <lastBuildDate>Tue, 26 Aug 2008 07:24:25 +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=929</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[Bold text : the FontID() function takes the...]]></title>
   <link>http://www.quickpdf.org/forum/bold-text_topic929_post4421.html#4421</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=210">jwhitham</a><br /><strong>Subject:</strong> 929<br /><strong>Posted:</strong> 26 Aug 08 at 7:24AM<br /><br /><P>the FontID() function takes the index of the font in your document as its argument so, in your case, you would use:</P><DIV><DIV>Qp.SelectFont(QP.FontID(1)); </DIV><DIV>for non bold and</DIV><DIV>&nbsp;</DIV><DIV>Qp.SelectFont(QP.FontID(2));</DIV><DIV>&nbsp;</DIV></DIV>]]>
   </description>
   <pubDate>Tue, 26 Aug 2008 07:24:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/bold-text_topic929_post4421.html#4421</guid>
  </item> 
  <item>
   <title><![CDATA[Bold text : Thanks for the reply. I add all...]]></title>
   <link>http://www.quickpdf.org/forum/bold-text_topic929_post4420.html#4420</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=304">skwirelboy</a><br /><strong>Subject:</strong> 929<br /><strong>Posted:</strong> 26 Aug 08 at 6:50AM<br /><br /><P>Thanks for the reply. I add all the fonts at the outset (ie Helvetica and HelveticaBold.</P><P>I then select them using the function in my original reply. I assumje I don't want to go adding the same font over and over again when I switch between bold and non-bold. If this assumption is correct, why does the function that I am using for selecting the fonts not seem to work.</P><P>&nbsp;</P><P>Thanks</P>]]>
   </description>
   <pubDate>Tue, 26 Aug 2008 06:50:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/bold-text_topic929_post4420.html#4420</guid>
  </item> 
  <item>
   <title><![CDATA[Bold text : You need to use the result of...]]></title>
   <link>http://www.quickpdf.org/forum/bold-text_topic929_post4417.html#4417</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=210">jwhitham</a><br /><strong>Subject:</strong> 929<br /><strong>Posted:</strong> 25 Aug 08 at 2:29PM<br /><br /><DIV>You need to use the result of the AddStandardFont function to select the font. In Pascal it would be:</DIV><DIV>&nbsp;</DIV><DIV>var afont: integer;</DIV><DIV>&nbsp;</DIV><DIV>afont&nbsp;:= qp.AddStandardFont(5);</DIV><DIV>&nbsp;</DIV><DIV>qp.SelectFont(afont);</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 25 Aug 2008 14:29:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/bold-text_topic929_post4417.html#4417</guid>
  </item> 
  <item>
   <title><![CDATA[Bold text : Hi,  I can&amp;#039;t quite figure...]]></title>
   <link>http://www.quickpdf.org/forum/bold-text_topic929_post4406.html#4406</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=304">skwirelboy</a><br /><strong>Subject:</strong> 929<br /><strong>Posted:</strong> 18 Aug 08 at 8:31AM<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I can't quite figure out how to switch between bold and non-bold text.</DIV><DIV>&nbsp;</DIV><DIV>I am adding fonts to my dcument as follows:</DIV><DIV>&nbsp;</DIV><DIV>QP.AddStandardFont(4);<BR>QP.AddStandardFont(5);</DIV><DIV>&nbsp;</DIV><DIV>This gives me helvetica and helvetica bold.</DIV><DIV>&nbsp;</DIV><DIV>I am then calling </DIV><DIV>Qp.SelectFont(QP.FontID(4)); </DIV><DIV>for non bold and</DIV><DIV>&nbsp;</DIV><DIV>Qp.SelectFont(QP.FontID(5));</DIV><DIV>&nbsp;</DIV><DIV>to switch to bold. But whichver one I opt for first sticks for the remainder of the document and the switch makes no difference.</DIV><DIV>&nbsp;</DIV><DIV>First, am I approaching this in the correct way and if so what more do I need to do.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>Mark</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 18 Aug 2008 08:31:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/bold-text_topic929_post4406.html#4406</guid>
  </item> 
 </channel>
</rss>