Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 15:09:37 +0000



Post From: tool set fine size with DRAWING_HORIZONTAL_RAY

[2019-08-13 17:41:09]
onnb - Posts: 661
We are drawing DRAWING_HORIZONTAL_RAY with ACSIL

See sample code below.
The text draws fine, I don't see the font size changing - is that expected?



tool.Text = SCString().Format("%i %02i:%02i:%02i %s", vol, dt.GetHour(), dt.GetMinute(), dt.GetSecond(), sc.FormatGraphValue(tool.BeginValue, sc.BaseGraphValueFormat).GetChars());
tool.TextAlignment = DT_RIGHT | alignment;
tool.FontSize = in_font_size.GetInt();

Date Time Of Last Edit: 2019-08-13 17:41:25