It is currently March 28th, 2024, 6:41 pm

Text next line problem? How do I do it?

Get help with creating, editing & fixing problems with skins
Post Reply
lopasik
Posts: 4
Joined: February 3rd, 2018, 2:51 pm

Text next line problem? How do I do it?

Post 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?
lopasik
Posts: 4
Joined: February 3rd, 2018, 2:51 pm

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

Post 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,....."
Last edited by fonpaolo on February 3rd, 2018, 4:14 pm, edited 1 time in total.
Reason: Please use the [Code] tags to display your code.
User avatar
fonpaolo
Moderator
Posts: 1387
Joined: April 11th, 2013, 8:08 pm
Location: Italy
Contact:

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

Post 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.
Post Reply