duzyn / fontawesome-axure-library

FontAwesome iconic font for Axure 7+
132 stars 22 forks source link

4.2.0 / 4.3.0 Release? #1

Open deuce2367 opened 9 years ago

deuce2367 commented 9 years ago

Hi,

We are using Font Awesome with Axure and found the library you created very helpful. We have some new fonts/icons in 4.2.0+ that we would like to use but believe we need a newer version of this RPLIB. Any chance you will be creating a new release?

Also, if you can provide instructions or a simple write-up on how you created the RPLIB in the first place we could do it ourselves.

Thanks for any help you can offer!!

-Andy Smith

duzyn commented 9 years ago

Hi, Andy

It's a pleasure to hear my widget library is useful to you. I really want to update it to catch the newest FontAwesome version. But I am busy at work now so there's no spare time to archive it.

I think if you have time, may it's better to do it youselves. I offer you some tips here.

Firstly, you should check the Axure toturial: Create Custom Widget Libraries

Then you should install newest FontAwesome 4.3. After installation you should find what's new in V4.2 and V4.3. Because my RPLIB only includes FontAwesome 4.1 icons. I will explain how to find it here.

  1. You can donwload the 4.2 and 4.3 archives on FA github repos.
  2. Open icons.yml in Font-Awesome-4.2.0\src path, you will see the icon list. New icons like this:
    • name: Birthday Cake id: birthday-cake unicode: f1fd created: 4.2 categories:
      • Web Application Icons
  3. Search the icon in FontAwesome Cheatsheet, then add it to the RPLIB.

Lastly, if you want to include widget thumbnails, you can use FontAweome to PNG. Before use it, you should add the new icons to the icon list, because FontAweome to PNG is also to FA 4.1. The icon list is in font-awesome-to-png.py like this: icons = { "adjust": u("\uf042"), "adn": u("\uf170"), ...... "youtube-play": u("\uf16a"), "youtube-square": u("\uf166"), }


David Peng Date: Mon, 6 Jul 2015 10:40:24 -0700 From: notifications@github.com To: fontawesome-axure-library@noreply.github.com Subject: [fontawesome-axure-library] 4.2.0 / 4.3.0 Release? (#1)

Hi,

We are using Font Awesome with Axure and found the library you created very helpful. We have some new fonts/icons in 4.2.0+ that we would like to use but believe we need a newer version of this RPLIB. Any chance you will be creating a new release?

Also, if you can provide instructions or a simple write-up on how you created the RPLIB in the first place we could do it ourselves.

Thanks for any help you can offer!!

-Andy Smith

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

deuce2367 commented 9 years ago

Hi David,

Thanks for getting back to me on this, I really appreciate the help! I will use your instructions as a guide and attempt to create an updated RPLIB for FA 4.3 (the version we would like to use). I'll let you know how it goes.

Best,

-Andy

cudaja commented 9 years ago

@deuce2367 - would be cool if you would make that one available on GitHub :-)

hillaryskye commented 7 years ago

I have a question. I think this package is helpful, but have not been able to have a users see the icon when the project is published to axshare. Is there something that needs to happen for the user to see the icons?

Thanks,

Hillary

duzyn commented 7 years ago

@hillaryskye Did you config the Web Font in Generate HTML like this?

I have made a demo on publishing to AxShare. You can view it on AxShare: http://3s90d0.axshare.com .It maybe helpful to you.