Support Board
Date/Time: Wed, 05 Nov 2025 18:19:24 +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 |
