erikflowers / weather-icons

215 Weather Themed Icons and CSS
https://github.com/erikflowers/weather-icons
6.91k stars 851 forks source link

How to use TTF font? #110

Closed edwinfinch closed 8 years ago

edwinfinch commented 8 years ago

Hello,

I am trying to use this awesome font in a new app for Pebble (smartwatch). I cannot figure out how to map the weather using your provided TTF font, where may I find the mappings of letters/characters to weather icons?

Thanks

edwinfinch commented 8 years ago

Okay, so after some digging through the SVG file I learned that your project uses unicode. Verified it with an earlier issue as well. I then learned that Pebble does not support unicode, unfortunately. So therefore I cannot use your font :cry:

Thanks anyway.

erikflowers commented 8 years ago

I am not familiar with the Pebble so I can't speak to the support of unicode. Seems like not supporting unicode is pretty crazy. Every single icon font is going to use the unicode private use areas, it's very strange they don't allow you to access it.

The font can be installed on your computer and then used in any graphics program to paste in the icons you want to use from the main weathericons.io page where you can just highlight an icon, and paste it into a graphics app where the font is set as weathericons. This is how designers and others put the icons inside their mockups or graphics.

If you did this, you could save the icons you want as PNG, gif, or individual SVG's, whatever the Pebble supports.

nogo10 commented 8 years ago

Hi Erik,

I wrote a function for a freecode camp sample that allows to do an approximate matching from weather API and returns the closest matching Wi-Code. Seems like it's what Eric is looking for.. I used the function on my app and it renders your icons dynamically.

regards Steve

Date: Fri, 9 Oct 2015 07:49:50 -0700 From: notifications@github.com To: weather-icons@noreply.github.com Subject: Re: [weather-icons] How to use TTF font? (#110)

Closed #110.

— Reply to this email directly or view it on GitHub.

edwinfinch commented 8 years ago

I mean no harm by posting this, only with intentions of helping: my co-partner found this font which is a similar style to this font (but with less characters) in case anyone is in my case of having to use actual letters/characters to show the weather icons.

Cheers.

cpboyd commented 8 years ago

@edwinfinch I saw this, and I just wanted to clarify: Pebble DOES support Unicode and I've used this font in a watch face.

You can use "\uXXXX" (where the X's represent the unicode hex) to define a Unicode character in C.