Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've been playing around with canvas & excanvas to try and get some text effects working nicely in IE (as its shadow filters are rendered horribly) and it all works except that it's not applying the @font-face family (testing with a google web font).

I'm ensuring that the font is loaded and rendering (by doing measurements) before trying to render the canvas but IE is still using the fallback font rather than the @font-face defined one. I've even tried adding a massive delay of 4 seconds after the font is loaded before attempting to render the canvas in IE.

share|improve this question
1  
The internet says VML only supports fully locally-installed TTF fonts: Mr. Blue Coat (see Note 1) WEFT – Peter MacMurchy Mar 20 '12 at 18:06

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.