Posted by member 180603 on 2004-07-17 21:13:58 link

ok here is my changed code... but there is still a problem

[edit: for some reason i am not being able to type my full code, i applied the changes as was instructed in the post above this one. In the place of "font one" i used the font standard 07-53]

*Label TimeLabel
;Label Main Settings
TimeLabelAddToGroup "TaskBar"
TimeLabelX "-114"
TimeLabelY "-40"
TimeLabelWidth "99"
TimeLabelHeight "25"
TimeLabelImage "timeLabel.png"

if mode24

TimeLabelText " [time('ii : nn')] [time(' ss')]"
else
TimeLabelText " [time('hh : nn')] [time(' ss')]"
endif
TimeLabelFont "standard 07_53"
TimeLabelFontHeight "19"
TimeLabelVertAlign "bottom"
;Event Settings
TimeLabelOnLeftClickDown control.exe timedate.cpl
TimeLabelOnRightClickDown !PopupClock


The issue is this, as you can see the "timelabelfont" in xlabel is set as "standard 07_53". This font works as it as told and was the font of my clock previously. When i use the font in the new html syntax line, it does not work and it gives me something that look like arial. To test this i use another type 1 font, a true type font, and an open type font and the result is correct. that specific font does not show up, as well as a few others. If i switch the default "font", they all show up. Can anyone help?