0% found this document useful (0 votes)
1 views2 pages

Mond

The document defines several meter configurations for a clock display, including a 24-hour clock, a 12-hour clock with AM/PM indication, a day display, and a date display. Each meter is set to align text to the center, use specific fonts and colors, and has adjustable positions and sizes based on a scaling factor. The configurations include parameters for text formatting and visibility settings.

Uploaded by

Sidharth Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views2 pages

Mond

The document defines several meter configurations for a clock display, including a 24-hour clock, a 12-hour clock with AM/PM indication, a day display, and a date display. Each meter is set to align text to the center, use specific fonts and colors, and has adjustable positions and sizes based on a scaling factor. The configurations include parameters for text formatting and visibility settings.

Uploaded by

Sidharth Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

[Meter24hClock]

Meter=String

MeasureName=MeasureTime

StringAlign=Center

StringCase=Upper

FontFace=Quicksand

FontColor=#TextColor#

FontSize=(14*#Scale#)

X=(340*#Scale#)

Y=(120*#Scale#)

Text="- %1 -"

AntiAlias=1

Hidden=#Hidden#

[Meter12hClock]

Meter=String

MeasureName=MeasureTime

MeasureName2=MeasureAmPm

StringAlign=Center

StringCase=Upper

FontFace=Quicksand

FontColor=#TextColor#

FontSize=(14*#Scale#)

X=(340*#Scale#)

Y=(120*#Scale#)

Text="- %1 %2 -"

AntiAlias=1

Hidden=#Hidden2#

[MeterDay]
Meter=String

MeasureName=MeasureDay

StringAlign=Center

StringCase=Upper

FontFace=Anurati

FontColor=#TextColor#

FontSize=(40*#Scale#)

X=(340*#Scale#)

Y=(0*#Scale#)

Text="%1"

InlineSetting=CharacterSpacing | 10 | 10

AntiAlias=1

DynamicVariables=1

[MeterDate]

Meter=String

MeasureName=MeasureDate

StringAlign=Center

StringCase=Upper

FontFace=Quicksand

FontColor=#TextColor#

FontSize=(14*#Scale#)

X=(340*#Scale#)

Y=(75*#Scale#)

Text="%1"

AntiAlias=1

You might also like