Print Page | Close Window

DrawText with trademark symbol

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=2693
Printed Date: 20 May 24 at 1:00AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: DrawText with trademark symbol
Posted By: kjh
Subject: DrawText with trademark symbol
Date Posted: 24 Jul 13 at 7:46AM
Symbols like Trademark ® (ASCII 169) are not rendered with DrawText.
I would like a sample or suggetions to solve this problem.
 
Thanks in advance and best regards



Replies:
Posted By: AndrewC
Date Posted: 30 Jul 13 at 11:38AM
Some sample source code would be helpful as there are many different ways to add fonts and also different types of fonts.

Can you please try the following code and report back.

  QP.SetOrigin(1);
  QP.AddTrueTypeSubsettedFont("Arial Unicode MS", "®", 0);
  QP.DrawText(50, 110, "®");

Andrew.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk