Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 08:01:02 +0000



Post From: Support new lines in DRAWSTYLE_TRANSPARENT_TEXT

[2021-06-27 06:23:12]
User79074 - Posts: 105
Actually, it doesn't work completely. You guys took the short cut. For example

If I do this
  X.TextDrawStyleText = "AAA\n\n\n\n";
Then AAA gets pushed up with blank lines below it. This is correct
  
However this doesn't work properly
X.TextDrawStyleText = "\n\n\n\nAAA";
In this case AAA does not get pushed down and there are no blank lines above it.... The newlines are totally ignored here.

Please fix this. I know you guys have lots to do, but this should have been implemented properly so that newlines are not ignored if they happen before the text.
Date Time Of Last Edit: 2021-06-27 06:23:48