It is currently May 8th, 2024, 11:39 pm

Change the Font and Size of the first letter of a title?

Get help with creating, editing & fixing problems with skins
toasteater
Posts: 4
Joined: April 10th, 2011, 5:35 am

Change the Font and Size of the first letter of a title?

Post by toasteater »

helloo,

I was wondering if it is possible to change the font type and size of the first letter of a title in any skin? And if so, could anyone walk me through the process of doing so? I am using rainmeter 2.0, if that helps. thanks!
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Change the Font and Size of the first letter of a title?

Post by jsmorley »

You can't change a single character in a single String meter, Rainmeter does not allow that. You can have Two meters though.


[Meter1]
Meter=String
X=0
Y=0
FontSize=20
Text=H

[Meter2]
Meter=String
X=R
Y=0
FontSize=10
Text=ello

The key is the "R" that means "relative to the end of the previous meter".
toasteater
Posts: 4
Joined: April 10th, 2011, 5:35 am

Re: Change the Font and Size of the first letter of a title?

Post by toasteater »

Thanks for the help!