<?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 : Is it possible to use OTF-Fonts</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 : Is it possible to use OTF-Fonts]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 03:48:16 +0000</pubDate>
  <lastBuildDate>Wed, 22 Feb 2012 19:35:50 +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=1934</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[Is it possible to use OTF-Fonts : Sorry, you are right Ingo, but...]]></title>
   <link>http://www.quickpdf.org/forum/is-it-possible-to-use-otffonts_topic1934_post9209.html#9209</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1571">jpbro</a><br /><strong>Subject:</strong> 1934<br /><strong>Posted:</strong> 22 Feb 12 at 7:35PM<br /><br />Sorry, you are right Ingo, but I guess I should have been clear that I meant a subsetted font.<br><br>What isn't 100% clear to me is that if I try to subset a font by name (e.g. "Tahoma", will QuickPDF handle it regardless of whether it is a TTF, OTF with TT outlines, or OTF with PS outlines?<br><br>Or do I need to manually check whether the font that my users have chosen is an OTF or TTF and add it accordingly using the *FromFile methods.<br><br>I've done some experimenting myself, but as you can see from my previous thread, I'm having trouble proving that even TTF fonts are being embedded as I require (my unfortunate suspicion is that text rendered to the CanvasDC isn't using the font when I subset it afterwards). I had hoped perhaps that some other user had more experience in this area and could clarify for me. <br><br>I've been using QPDF for over 2 years, and I've only posted a few questions here, so you can be sure I typically do all my own experiments and research unless I am truly stuck!<br>]]>
   </description>
   <pubDate>Wed, 22 Feb 2012 19:35:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/is-it-possible-to-use-otffonts_topic1934_post9209.html#9209</guid>
  </item> 
  <item>
   <title><![CDATA[Is it possible to use OTF-Fonts : Hi!Do you know what you can do...]]></title>
   <link>http://www.quickpdf.org/forum/is-it-possible-to-use-otffonts_topic1934_post9208.html#9208</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1934<br /><strong>Posted:</strong> 22 Feb 12 at 7:20PM<br /><br />Hi!<br><br>Do you know what you can do with the reference guide ... ;-)<br><h1>AddOpenTypeFontFromFile</h1>Cheers (and sorry ;-)<br>Ingo<br><br><br>]]>
   </description>
   <pubDate>Wed, 22 Feb 2012 19:20:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/is-it-possible-to-use-otffonts_topic1934_post9208.html#9208</guid>
  </item> 
  <item>
   <title><![CDATA[Is it possible to use OTF-Fonts : Sorry to open an old topic, but...]]></title>
   <link>http://www.quickpdf.org/forum/is-it-possible-to-use-otffonts_topic1934_post9205.html#9205</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1571">jpbro</a><br /><strong>Subject:</strong> 1934<br /><strong>Posted:</strong> 22 Feb 12 at 4:31PM<br /><br />Sorry to open an old topic, but I'm interested in an answer to this question as well - Are embedded OTF fonts supported with QuickPDF 8.13? What if they have Type1 outlines instead of TrueType outlines?]]>
   </description>
   <pubDate>Wed, 22 Feb 2012 16:31:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/is-it-possible-to-use-otffonts_topic1934_post9205.html#9205</guid>
  </item> 
  <item>
   <title><![CDATA[Is it possible to use OTF-Fonts : I need to use OpenType fonts (*.OTF)...]]></title>
   <link>http://www.quickpdf.org/forum/is-it-possible-to-use-otffonts_topic1934_post8234.html#8234</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1679">Abensberger</a><br /><strong>Subject:</strong> 1934<br /><strong>Posted:</strong> 18 Aug 11 at 9:42AM<br /><br />I need to use OpenType fonts (*.OTF) within&nbsp;my PDFs.<DIV>&nbsp;</DIV><DIV>How can I add and use OpenType fonts with QuickPDFLib?</DIV><DIV>&nbsp;</DIV><DIV>In the reference I only found: </DIV><DIV>&nbsp;</DIV><DIV>AddCYKFont</DIV><DIV>AddStandardFont</DIV><DIV>AddSubsettedFont</DIV><DIV>AddTrueTypeFont</DIV><DIV>AddTrueTypeFontFromFile</DIV><DIV>AddType1Font</DIV><DIV>&nbsp;</DIV><DIV>Sorry, if this question sounds silly to somebody, but I am a newbie in the fields of "fonts"</DIV><DIV>&nbsp;</DIV><DIV>Kind regards</DIV><DIV>Abensberger</DIV>]]>
   </description>
   <pubDate>Thu, 18 Aug 2011 09:42:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/is-it-possible-to-use-otffonts_topic1934_post8234.html#8234</guid>
  </item> 
 </channel>
</rss>