Currently I try to change the font in my report from Arial to Arial Narrow. But looks like the Charting Tools for Windows doesn't supports Arial Narrow. My Question is where I can find the list of font list in Charting Tools for Windows version 3.0 (For Delphi )
That software does not have a hardcoded list of any fonts. It call the Windows API function EnumFonts to create a list of all available fonts. We do not know why Arial Narrow is not available for you. We have a computer with Arial Narrow (TrueType) on it and it displays in the drop down list when you change the font at runtime. Do you have Arial Narrow in your Fonts folder?