Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1477 - Text in PDF isn't drawn for iOS & OSX
Summary: Text in PDF isn't drawn for iOS & OSX
Status: CONFIRMED
Alias: None
Product: FireMonkey TeeChart
Classification: Unclassified
Component: Export (show other bugs)
Version: unspecified
Hardware: PC Mac OS
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-23 06:37 EDT by yeray alonso
Modified: 2016-06-15 07:04 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version: RAD 10 Seattle


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yeray alonso 2016-03-23 06:37:10 EDT
In the attached application, the customer uses OnAfterDraw to draw lines and texts directly to the canvas.
After it, he uses TeeSaveToPDFFile to generate a .pdf file.

The .pdf looks correct when it's generated in Windows and Android, but the texts aren't visible in iOS and OSX.

The customer noticed that the fonts are not embedded in the .pdf.

Note that, if you modify the project to show the chart on the screen and to not generate the pdf file (commenting the last block of code in Chart1AfterDraw), then both lines and texts show fine in the screen in OSX and iOS (tested on iPhone 5 simulator).

The attachment includes the .pdf generated in Android and on OSX to compare the results. If you open these .pdfs in Windows you can see the problem.