-
Notifications
You must be signed in to change notification settings - Fork 172
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
PxFontLoader #11
Comments
Thanks Paul, this is a great idea! Font.js looks awesome and should be easy to plug into PxLoader. I'll try to get the wrapper done in the next day or so. |
This would be very usefull. Did you look into this Joel? |
Yes, I wrote the wrapper but was having problems getting consistent load events. I won't have time to work on it for a few weeks but will try to find the code and put it in a branch in case someone else wants to take a look. |
@Studio-Hunto - I've pushed the PxLoaderFont wrapper into the fonts branch: I wasn't able to repro the issues with the load events, but they were only sporadic when I saw them earlier. They seemed to occur more frequently in some browsers and especially when starting from an empty cache. I'd like to spend a little more time with the code before pushing it to master. If you'd like to play with the code there is a demo in the /tests/fonts directory which shows how to use the plugin. It preloads 4 fonts before using them to draw on a canvas. |
Thanks Joel, ill try and see if I can help. 2012/7/16 Joel Fillmore <
|
Fonts load asynchronously and there is no load event at all. This always bites developers making canvas games that want custom fonts.
(Fwiw, in Mozilla, the window load event waits for fonts, but not in Webkit)
The text was updated successfully, but these errors were encountered: