It is currently April 18th, 2024, 10:39 pm

[D2D][Fixed] Issues with StringAlign

Backwards compatibility issues related to the conversion of Rainmeter to D2D.
oZone
Posts: 154
Joined: May 14th, 2018, 4:46 pm

[D2D][Fixed] Issues with StringAlign

Post by oZone »

When using StringAlign=Right (and maybe other option except Left) with StringEffect=Border, text will not look same as with using previous version of rainmeter.

below is code to test text with StringAlign=Right option

Code: Select all

[Rainmeter]
Update=1000
AccurateText=1

[BG]
Meter=Image
SolidColor=240,240,240,220
W=220
H=50
;Hidden=1

[Text_right]
Meter=String
X=200
Text= qwertyuiopasdfghjklzxcvbnm
FontSize=10
StringEffect=Border
StringAlign=Right
FontColor=240,240,240

[Text_left]
Meter=String
X=-170r
Y=20r
Text= qwertyuiopasdfghjklzxcvbnm
FontSize=10
StringEffect=Border
;StringAlign=Left
FontColor=240,240,240
Last edited by oZone on July 25th, 2018, 9:03 pm, edited 2 times in total.
User avatar
Brian
Developer
Posts: 2678
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Issues with StringAlign

Post by Brian »

This has been fixed. Thank you for reporting.

-Brian