Support Board
Date/Time: Sun, 02 Feb 2025 02:58:48 +0000
Post From: tool set fine size with DRAWING_HORIZONTAL_RAY
[2019-08-13 17:41:09] |
onnb - Posts: 662 |
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
|