king514jy / purepdf

Automatically exported from code.google.com/p/purepdf
0 stars 0 forks source link

Examples missing fonts #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I downloaded and imported the latest examples and library and the examples will 
not compile - there are 22 errors for missing fonts:

unable to resolve '/Library/Fonts/Herculanum.ttf' for 
transcoding HelloWorldTTF.as    /purePDF_Test/src   line 14 Flex Problem

Looking at the file system and archive I downloaded, there is no /Library/Fonts 
directory.     I searched for ttf files and there are only a couple, but not 
the correct ones.

Where do I get these fonts or fix this issue?

Original issue reported on code.google.com by coolco...@gmail.com on 15 Jan 2012 at 1:23

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Here is a list of all the files / errors having to do with ttf / otf files:

Description Resource    Path    Location    Type
unable to resolve '/Library/Fonts/Herculanum.ttf' for 
transcoding HelloWorldTTF.as    /purePDF_Test/src   line 14 Flex Problem
unable to resolve '/Library/Fonts/Herculanum.ttf' for 
transcoding HelloWorldTTF.as    /purePDF_Test/src   line 14 Flex Problem
unable to resolve '/Library/Fonts/MinionPro-Bold.otf' for 
transcoding Reflection.as   /purePDF_Test/src   line 77 Flex Problem
unable to resolve '/Library/Fonts/MinionPro-Regular.otf' for 
transcoding Reflection.as   /purePDF_Test/src   line 76 Flex Problem
unable to resolve '/Library/Fonts/MyriadPro-Regular.otf' for 
transcoding Reflection.as   /purePDF_Test/src   line 75 Flex Problem
unable to resolve '/Library/Fonts/MyriadPro-Semibold.otf' for 
transcoding Reflection.as   /purePDF_Test/src   line 74 Flex Problem
unable to resolve '/Users/alessandro/Library/Fonts/CarolinaLTStd.otf' for 
transcoding EmbeddedMovie.as    /purePDF_Test/src   line 21 Flex Problem
unable to resolve '/Users/alessandro/Library/Fonts/CarolinaLTStd.otf' for 
transcoding HelloWorldTTF.as    /purePDF_Test/src   line 13 Flex Problem
unable to resolve '/Users/alessandro/Library/Fonts/CarolinaLTStd.otf' for 
transcoding HelloWorldTTF.as    /purePDF_Test/src   line 13 Flex Problem
unable to resolve '/Users/alessandro/Library/Fonts/CarolinaLTStd.otf' for 
transcoding TextRender.as   /purePDF_Test/src   line 19 Flex Problem
unable to resolve '/Users/alessandro/Library/Fonts/CarolinaLTStd.otf' for 
transcoding TextRender.as   /purePDF_Test/src   line 19 Flex Problem
Unable to transcode 
/Library/Fonts/Herculanum.ttf.  HelloWorldTTF.as    /purePDF_Test/src   line 14 Flex 
Problem
Unable to transcode 
/Library/Fonts/Herculanum.ttf.  HelloWorldTTF.as    /purePDF_Test/src   line 14 Flex 
Problem
Unable to transcode 
/Library/Fonts/MinionPro-Bold.otf.  Reflection.as   /purePDF_Test/src   line 77 Flex 
Problem
Unable to transcode 
/Library/Fonts/MinionPro-Regular.otf.   Reflection.as   /purePDF_Test/src   line 
76  Flex Problem
Unable to transcode 
/Library/Fonts/MyriadPro-Regular.otf.   Reflection.as   /purePDF_Test/src   line 
75  Flex Problem
Unable to transcode 
/Library/Fonts/MyriadPro-Semibold.otf.  Reflection.as   /purePDF_Test/src   line 
74  Flex Problem
Unable to transcode 
/Users/alessandro/Library/Fonts/CarolinaLTStd.otf.  EmbeddedMovie.as    /purePDF_Tes
t/src   line 21 Flex Problem
Unable to transcode 
/Users/alessandro/Library/Fonts/CarolinaLTStd.otf.  HelloWorldTTF.as    /purePDF_Tes
t/src   line 13 Flex Problem
Unable to transcode 
/Users/alessandro/Library/Fonts/CarolinaLTStd.otf.  HelloWorldTTF.as    /purePDF_Tes
t/src   line 13 Flex Problem
Unable to transcode 
/Users/alessandro/Library/Fonts/CarolinaLTStd.otf.  TextRender.as   /purePDF_Test/s
rc  line 19 Flex Problem
Unable to transcode 
/Users/alessandro/Library/Fonts/CarolinaLTStd.otf.  TextRender.as   /purePDF_Test/s
rc  line 19 Flex Problem

Original comment by coolco...@gmail.com on 15 Jan 2012 at 1:29