Login Page - Create Account

Support Board


Date/Time: Sat, 14 Jun 2025 05:10:29 +0000



Post From: GetChartFontProperties doesn't return font name

[2022-11-03 01:55:52]
User852621 - Posts: 14
Test code:

SCSFExport scsf_TestFontName(SCStudyInterfaceRef sc)
{
  SCString name;
  int size;
  int bold;
  int underline;
  int italic;

  sc.GetChartFontProperties(name, size, bold, underline, italic);

  sc.AddMessageToLog(name, 1);
}

Font size is correct, but name is empty