Login Page - Create Account

Support Board


Date/Time: Fri, 13 Jun 2025 09:42:57 +0000



[Programming Help] - GetChartFontProperties doesn't return font name

View Count: 343

[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

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account