cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Report Not Displying Proper Font

Former Member
0 Kudos

<p>Hi Everyone, </p><p>I am Using Crystal Report .Net for Creating Reports. i have problem regarding font.. </p><p>first i have installed "Epson FX-2175 ESC/P" Printer on my Machine. second i have created on report. set the font to "Draft 10CPI" for all fields. now, i call this report from my .NET Application., and called successfully. but not displaying "Draft 10CPI" font., it displays the Ms Sens Serif or Courier New. Kindly do needful for the same. Tejas kishanwala </p>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sounds like you are trying to use the printer fonts (aka: device fonts). Did you try to use the same font for a Label or TextBox control? Did it render correctly? Were you able to select the font for these controls from the Properties window? If no to all, then you're probably running into a .NET limitation. There is a document (which I can't seem to find at the moment) that described this type of scenario and how only certain types of fonts are supported by the .NET Framework. Since the CR compnoents, specifically the viewers, are 100% managed components, they will have the same runtime limitations.

To workaround, you will need to use a supported font type such as TrueType fonts.

-MJ

Answers (0)