Page 1 of 1

Text next line problem? How do I do it?

Posted: February 3rd, 2018, 3:17 pm
by lopasik
So probably my last question since I have accomplished half of my quest for quote on my desktop :D
I cant find out by myself how do I make text apear on next line? If i put my text in text reader, when it has
multiple lines, it will only show the first one and cut the rest.

Adding variable H = x (70 and more..) as you are describing in docummentation changes nothing
also adding <br> at the end of each line changes nothing... Also tried "\n" like in Java with no luck
Is there any other way?

Re: Text next line problem? How do I do it?

Posted: February 3rd, 2018, 3:22 pm
by lopasik
Here is my text:

Code: Select all

[Rainmeter]
Author=howtogeek

[QuoteStyle]
FontColor=FFFFFFFF
FontSize=16
AntiAlias=1

[Quote]
Meter=STRING
MeterStyle=QuoteStyle
H=70
Text=”I hate the rain. Rain falls in this world, too. When your heart is in (here is where the text cuts on desktop)
chaos,....."

Re: Text next line problem? How do I do it?

Posted: February 3rd, 2018, 4:14 pm
by fonpaolo
To accomplish what you want, just add ClipString=2 to your [Quote] meter, don't forget to also add width to let the meter know when it has to display the text on more lines.

Click on ClipString text to read the complete explanation in Rainmeter Docs.