Click here to Skip to main content
15,904,497 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi team,

I had written following code to print a crystal report in Futura font and that is working fine but
when i give 'FuturaStd-Bold' instead of 'Futara' print is coming in different font, i am using visual studio 2008 and i think this font ('FuturaStd-Bold') will not support in this(which is not in font family)
Please can any one help me to include this font in my crystal report when i give printout through code


Dim fieldBox As FieldObject = cr.ReportDefinition.ReportObjects("FieldName")
fieldBox.Color = Color.Red
fieldBox.ApplyFont(New Font("Futura", 10, FontStyle.Bold))
Posted

1 solution

 
Share this answer
 
Comments
melvinmon 29-Oct-13 7:57am    
Thanks for your link but in that it is mentioning about after publishing,my case is different.I already installed that font in my system but still its not coming correct
Thomas ktg 29-Oct-13 8:13am    
Have you placed the file inside the C:\Windows\Fonts folder?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900