Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1062

Help: Rainmeter Skins • Consistent Character Alignment between different lines

$
0
0
so i have this skin that tell hour and minute in different lines, but sometimes the character is not align with character below like in this pic
Screenshot 2025-05-12 161137.png
as you can see the bottom row has shorter width because of character '1', so the character is more pulled to the center than the upper row and look weird.
I want so the alignment consistent with every number.

the code are as shown below.
  • MeterTime=Hour (upper row)
  • MeterTime1=Minute (bottom row)
  • MeterTime2=Hidden for now

Code:

========================================[Rainmeter]Author= TUTOZZORANGEEUpdate=1000========================================[Variables]Font=Origin Tech Demo;Font=potraScale=0.7Color1=ffffffColor2=FAD59A[Metadata]Version=1.0[MeasureTime]Measure=TimeFormat=%H [MeasureTime1]Measure=TimeFormat=%M [MeasureTime2]Measure=TimeFormat= %x[Textstyle]FontFace=PorterStringAlign=CenterAntiAlias=1========================================[MeterTime]Meter=StringMeterStyle=TextStyleMeasureName=MeasureTimeX=160Y=0FontFace=#Font#FontColor=#Color1#FontSize=(100*#Scale#)InlineSetting=CharacterSpacing | (5*#Scale#) | (5*#Scale#)[MeterTime1]Meter=StringMeterStyle=TextStyleMeasureName=MeasureTime1X=160Y=(105*#Scale#)FontFace=#Font#FontColor=#Color2#FontSize=(100*#Scale#)InlineSetting=CharacterSpacing | (5*#Scale#) | (5*#Scale#)[MeterTime2]Meter=StringMeterStyle=TextStyleMeasureName=MeasureTime2X=163Y=340FontColor=858387FontSize=17InlineSetting=CharacterSpacing | (5*#Scale#) | (5*#Scale#)Hidden=1

Statistics: Posted by kapitan — Today, 9:53 am — Replies 6 — Views 676



Viewing all articles
Browse latest Browse all 1062

Trending Articles