Open GoogleCodeExporter opened 9 years ago
I think this is due to a bad alternative font lookup. I fixed a few bugs
related to
this in the latest release. Could you confirm this works better ?
I also added "sans-serif" to the font style of the "Transformations" example in
order
to use sans-serif fonts instead of serif ones when the one given is not
available
(which seems to be your case).
Original comment by fabien.menager
on 18 Oct 2009 at 8:07
Ok, I found the problem :
Try this (with IE7 or IE8 in IE7 mode or else it won't work) :
http://samples.msdn.microsoft.com/workshop/samples/vml/shape/textpath/y_textpath
.htm
Click on "Weight" : the font seems to be totally random ! This is definitely a
bug in
the VML implementation.
You can workaround this by adding "?reimplement=true" to the canvas.text.js
path :
<script type="text/javascript"
src="../canvas.text.js?reimplement=true"></script>
And include the font faces files you want to use. This will use the text
drawing
methods of canvas.text.js, not the ones of the browser (or the ones of
ExCanvas.js
for IE).
Original comment by fabien.menager
on 19 Oct 2009 at 12:51
Original issue reported on code.google.com by
robinso...@gmail.com
on 3 Oct 2009 at 11:08Attachments: