Hello!
I recently installed Kubuntu on my computer.
I'm now trying to make it look a little bit nicer! =)
I downloaded Superkaramba and are now trying to write my own stuff.
I have a little problem with the font.
It wont change in to the font i have specified.
I have checked on this page and what I can see I'm doing right.
Shoulden't this code give me the output "Distro :" in the font verdana?
Best regards // Johan
I recently installed Kubuntu on my computer.
I'm now trying to make it look a little bit nicer! =)
I downloaded Superkaramba and are now trying to write my own stuff.
I have a little problem with the font.
It wont change in to the font i have specified.
I have checked on this page and what I can see I'm doing right.
Shoulden't this code give me the output "Distro :" in the font verdana?
Code:
karamba x=0 y=0 w=248 h=800 locked=true interval=1000 text x=45 y=35 value="Distro :" color=255,255,255 fontsize=10 font=verdana
Comment