Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.2.0 / 4.3.0 Release? #1

Open
deuce2367 opened this issue Jul 6, 2015 · 5 comments
Open

4.2.0 / 4.3.0 Release? #1

deuce2367 opened this issue Jul 6, 2015 · 5 comments

Comments

@deuce2367
Copy link

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
Copy link
Owner

duzyn commented Jul 8, 2015

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: [email protected]
To: [email protected]
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
Copy link
Author

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
Copy link

cudaja commented Jul 9, 2015

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

@hillaryskye
Copy link

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
Copy link
Owner

duzyn commented Feb 17, 2017

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants