 Thread Author
# 1

02-05-2011, 08:56 PM
|
| CrackBerry Newbie Device(s): Bold 9780 | | Join Date: Jan 2011 Posts: 4 Likes Received: 0
Thanked 0 Times in 0 Posts
| |
SVG Font question - Big Clock
Hi,
I'm trying to make a large clock on my Bold 9780. I've created a custom font, so that the size is twice as big as normal font. But when I put it into Theme builder the font is shrunk. This only happens on Theme builder, if I use Microsoft word the font is definitely bigger. I also have tried creating a svg file, but the same thing happens to the size of the font.
I tried following a tutorial to achieve this but have been unsuccessful. I tried exporting the theme to my computer, but all I got were .cod files which contained a lot of symbols and a few lines of code. The tutorial also talked about two separate fonts needed for the clock, but wasn't sure how that can work on my phone.
Below is my code for my svg. Any help would be appreciated. Thanks. Code: <image id="BannerTime-home"
x="-64"
y="0"
width="265"
height="250"
xlink:href="x-object:/CurrentDateTime?clocktype=time&width=205&height=200&font-family=theme_Clocktwo-0&font-style=bold&font-size=80&fill=0000FF&align=center&altFont=BBMillbank&ampmSize=80"/> |