 |
|
 |
Weather widget text / font issue |
|
|
| Bobot |
Nov 10 2004, 06:27 PM
|
Posts: 9
Joined: 10-November 04
Member No.: 3,642

|
The weather widget is cool, but I have 2 small font or text issues: 1 - the city name is partially covered by the weather graphic 2- the degree symbol on the current temp overlays the numbers slightly Not complaining, just bringing issues to your attention Here's a screen cap of the issues:
|
|
|
|
|
| Bobot |
Nov 11 2004, 12:26 AM
|
Posts: 9
Joined: 10-November 04
Member No.: 3,642

|
So do you think you need the Future TrueType fonts to install in your system to fix your problem? If so, let me know...
|
|
|
|
|
| Duckie |
Nov 11 2004, 02:08 AM
|
Posts: 65
Joined: 20-September 04
Member No.: 3,261

|
You might have a faulty or modified version of the font. Try using Adobe's Font manager and install new versions.
My bet is you have what I have...Soulless's fonts
|
|
|
|
|
| Kurt871 |
Nov 11 2004, 11:32 AM
|

Posts: 29
Joined: 9-November 04
Member No.: 3,585

|
QUOTE(Duckie @ Nov 10 2004, 09:08 PM) You might have a faulty or modified version of the font. Try using Adobe's Font manager and install new versions. My bet is you have what I have...Soulless's fonts Ding ding ding. Ten points for ducky  I'd try a new version, but I havn't been able to find another one on the net. I'll keep looking though. I wouldn't want anyone to get into trouble, but if any Mac users have the real Futura TTFs they'd be willing to part with...
|
|
|
|
|
| juno |
Nov 11 2004, 02:05 PM
|

Posts: 20
Joined: 17-November 03
Member No.: 1,944

|
QUOTE(Kurt871 @ Nov 11 2004, 03:32 AM) Ding ding ding. Ten points for ducky  I'd try a new version, but I havn't been able to find another one on the net. I'll keep looking though. I wouldn't want anyone to get into trouble, but if any Mac users have the real Futura TTFs they'd be willing to part with...  Hahahah, the whole AS krew will be here soon shooting down bugs and creating widgets left and right! Wheres timmie and seph? Futura: http://old.soliton.net/tivo/fonts/
|
|
|
|
|
| sipefree |
Nov 11 2004, 03:57 PM
|

Posts: 660
Joined: 4-August 04
From: Ireland
Member No.: 3,091

|
QUOTE(juno @ Nov 11 2004, 02:05 PM) I'm pretty sure that's illegal.
chown -R us ~/base
|
|
|
|
|
| Dean |
Nov 11 2004, 11:00 PM
|

Posts: 20
Joined: 9-November 04
From: Cambridge, United Kingdom
Member No.: 3,542

|
I still have problems with getting Futura to run properly with Konfab.. I've actually got a legitimate copy of Futura from Bitstream, and it doesn't work (much to my annoyance) and - to try to get this working - I tried using a colleagues version of Futura from Monotype. The thing I can't get my head around is that the font specified in the widget source code is the typeface name (eg: Arial, MS Sans Serif etc).. the style is a separate thing. For the two fonts I just mentioned, saying 'Arial', and selecting style of 'Italic' will make Windows pull out the 'Arial Italic' font. It's how CreateFont() works.. Anyhoo.. I'm going off track a bit. My point is that all the versions of Futura I've seen so far have a typeface name that includes the major part of the style (eg: Condensed). So, when Konfab looks for 'Futura', with a style of 'Condensed' it just doesn't find the font.. as there's no font with a typeface name of 'Futura'. There's one with a typeface name of 'Futura LT Condensed' or 'Futura Condensed BT' or whatever... The only way I can get anything to use Futura is to edit the registry to map 'Futura' to 'Futura Condensed BT' or similar... which isn't too great. So, people who actually have Futura working for them..what *exact* font set is it you're using? Who's it by? And what is the typeface name (it's shown when you double-click on the font TTF file in Windows). I've no idea what typeface name is used on the Mac.. if anyone knows, post up..
|
|
|
|
|
| Bobot |
Nov 11 2004, 11:18 PM
|
Posts: 9
Joined: 10-November 04
Member No.: 3,642

|
At quick glance, I can't determine that the font used in the weather widget really *is* Futura. Why do we think it's Futura?
I wonder if you got TweakUI from Microsoft and used the rebuild Font Folder feature if that would do anything?
|
|
|
|
|
| Kurt871 |
Nov 12 2004, 12:20 AM
|

Posts: 29
Joined: 9-November 04
Member No.: 3,585

|
Dean: I've noticed this same thing as well. I got my Futura font working, so maybe this will help you, but maybe not. First, I removed *all* of the Futura fonts from my fonts folder. Condensed, Bold, everything. Then, I went back and looked at the fonts I just removed and picked the one that most resembled the Mac version. In my case, it's called "Futura Medium". Anyway, as soon as I installed that font, my Weather widget looked perfect. Here's the odd part, as you may have already guessed: My Weather .kon file still lists the default font as "Futura", not "Futura Medium." I'm really not sure how it knows what font to look for, because according to that it seems like it would find NO font since I have no font installed by the name of "Futura." I decided not to go investigating further as I got the font working and that was really all I wanted. Anyway, prolly not much help to you but I hope you get it working all the same.
|
|
|
|
|
| juno |
Nov 12 2004, 07:09 AM
|

Posts: 20
Joined: 17-November 03
Member No.: 1,944

|
QUOTE(Bobot @ Nov 11 2004, 03:18 PM) At quick glance, I can't determine that the font used in the weather widget really *is* Futura. Why do we think it's Futura? I wonder if you got TweakUI from Microsoft and used the rebuild Font Folder feature if that would do anything? Why do we think it is Futura? CODE <text> <name>degreeSym</name> <font>Futura, Century Gothic Bold, Franklin Gothic Medium</font> <size>19</size> <data>°</data> <color>#ffffff</color> <alignment>left</alignment> <hOffset>167</hOffset> <vOffset>69</vOffset> </text>
That is why we KNOW it is Futura (that is out of the .kon file in The Weather)
|
|
|
|
|
| Dean |
Nov 12 2004, 09:38 AM
|

Posts: 20
Joined: 9-November 04
From: Cambridge, United Kingdom
Member No.: 3,542

|
Hi Kurt, QUOTE(Kurt871 @ Nov 12 2004, 12:20 AM) Anyway, prolly not much help to you but I hope you get it working all the same. Thanks for the idea.. unfortunately I've not been able to get it working using the method you described. You said you installed 'Futura Medium' only - can I ask who the font creator is? Bitstream, Monotype, Adobe, or is it a conversion (via AllType) from a Type 1 font. Filename and size would also allow me to track down your exact font, to identify whether my font is just not suitable.. Thanks again.
|
|
|
|
|
| Bobot |
Nov 12 2004, 04:41 PM
|
Posts: 9
Joined: 10-November 04
Member No.: 3,642

|
Thanks for pointing this out...because it gave me an idea as to why my Trek Weather widget wasn't working. I changed all the references in my Trek Weather .kon and .js file from "Helvetica" to "Arial" and it now works! Must be a font issue on my system. QUOTE(juno @ Nov 12 2004, 03:09 AM) Why do we think it is Futura? CODE <text> <name>degreeSym</name> <font>Futura, Century Gothic Bold, Franklin Gothic Medium</font> <size>19</size> <data>°</data> <color>#ffffff</color> <alignment>left</alignment> <hOffset>167</hOffset> <vOffset>69</vOffset> </text>
That is why we KNOW it is Futura (that is out of the .kon file in The Weather)
|
|
|
|
|
| Dean |
Nov 12 2004, 09:09 PM
|

Posts: 20
Joined: 9-November 04
From: Cambridge, United Kingdom
Member No.: 3,542

|
QUOTE(Kurt871 @ Nov 12 2004, 11:33 AM) Futura Medium (TrueType) Typeface name: Futura File size: 75kb Version: 1.1d1 © 1998 Neufville Digital Ahh.. a typeface name of Futura.. that'll be why it works with that font. My Bitstream version ihas a typeface name of 'Futura Md BT'.. the Monotype version was 'Futura LT Medium'. Which is why neither of my fonts work. Oh dear...
|
|
|
|
|
| iasandcb |
Nov 14 2004, 06:08 PM
|
Posts: 13
Joined: 14-November 04
Member No.: 3,792

|
I think K should support sort of "alias" or "family" that even if there's no exact font named "Futura", K finds out a feasible alternative, for example, "Futura Md BT".
Thanks,
Ias
|
|
|
|
|
| Duckie |
Nov 14 2004, 06:41 PM
|
Posts: 65
Joined: 20-September 04
Member No.: 3,261

|
Google is your friend
|
|
|
|
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |