I know this is an old thread however (this is for the Mond skin) if you right click on the clock and press edit skin scroll down until you see These values:
(THIS IS FOR THE 24 HOUR CLOCK)(THIS IS FOR THE 12 HOUR CLOCK(THIS IS FOR THE DAY)(THIS IS FOR THE DATE)
To change the size of the font just change the number in FontSize = (15*#scale#)
(THIS IS FOR THE 24 HOUR CLOCK)
Code:
[Meter24hClock]Meter=StringMeasureName=MeasureTimeStringAlign=CenterStringCase=UpperFontFace=QuicksandFontColor=#TextColor#FontSize=(15*#Scale#)X=(340*#Scale#)Y=(120*#Scale#)Text="- %1 -"AntiAlias=1Hidden=#Hidden#
Code:
[Meter12hClock]Meter=StringMeasureName=MeasureTimeMeasureName2=MeasureAmPmStringAlign=CenterStringCase=UpperFontFace=QuicksandFontColor=#TextColor#FontSize=(15*#Scale#)X=(340*#Scale#)Y=(120*#Scale#)Text="- %1 %2 -"AntiAlias=1Hidden=#Hidden2#
Code:
[MeterDay]Meter=StringMeasureName=MeasureDayStringAlign=CenterStringCase=UpperFontFace=AnuratiFontColor=#TextColor#FontSize=(30*#Scale#)X=(340*#Scale#)Y=(0*#Scale#)Text="%1"InlineSetting=CharacterSpacing | 10 | 10AntiAlias=1DynamicVariables=1
Code:
[MeterDate]Meter=StringMeasureName=MeasureDateStringAlign=CenterStringCase=UpperFontFace=QuicksandFontColor=#TextColor#FontSize=(15*#Scale#)X=(340*#Scale#)Y=(75*#Scale#)Text="%1"AntiAlias=1
To change the size of the font just change the number in FontSize = (15*#scale#)
Statistics: Posted by NeutralJam96278 — Today, 11:47 am