Hello Stefan,<br><br>You'll probably need alot of info, about the font, to be able to really handle fonts properly.<br><br>It's been a while since I've really written that kind of code.<br><br>But just consider the concept of &quot;kerning&quot;.&nbsp; Any API would need to expose that kind of info too.
<br><br><br>See ya<br><br><div><span class="gmail_quote">On 10/17/06, <b class="gmail_sendername">Stefan Haustein</b> &lt;<a href="mailto:sh@kobjects.org">sh@kobjects.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I would like to second the drawString() request.<br><br>It makes sense to have a simple API, but it should be balanced with<br>application simplicity and readability to some extent. Doing CSS black<br>magic to overlay text and a Canvas object just seems inadequate for
<br>something like axis labeling.<br><br>As noted earlier by somebody else (did not find the mail...), we would<br>also need a simple Font object, but the minimum requirements seem rather<br>simple:<br><br>Font Canvas.createFont
(String cssFontProperties);<br>Canvas.setFont(Font font) // set current font<br>Canvas.drawString(int x, int y, String text);<br>Font Canvas.getFont() // current font<br><br>int Font.stringWidth(String s);<br>int Font.getHeight
();&nbsp;&nbsp;// includes leading<br>int Font.getBaselinePosition();<br>int Font.getAscent();<br>int Font.getDescent();<br><br>Best regards<br>Stefan Haustein<br><br><br><br>Alfonso Baqueiro wrote:<br>&gt; Hello Charles,<br>&gt;<br>
&gt; 2006/10/17, Charles Iliya Krempeaux &lt;<a href="mailto:supercanadian@gmail.com">supercanadian@gmail.com</a><br>&gt; &lt;mailto:<a href="mailto:supercanadian@gmail.com">supercanadian@gmail.com</a>&gt;&gt;:<br>&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; Hello Alfonso,<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; On 10/17/06, *Alfonso Baqueiro* &lt; <a href="mailto:abaqueiro@gmail.com">abaqueiro@gmail.com</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:<a href="mailto:abaqueiro@gmail.com">abaqueiro@gmail.com
</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The canvas component is very promising, but the lack of<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; drawString method could be a great error for its success, this<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lack is a huge limitation, how could you resolve this problem?
<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; I believe that some people's reason for not wanting to add it was<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; because of Accessibility concerns.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Although normal text in a webpage... or even a text image (with
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; the &quot;alt&quot; attribute filled in properly) could be &quot;read&quot; by a<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; person with disabilities, text embedded in the canvas element<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; could not.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Perhaps people need to think about how to add Accessibility to the
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; canvas while allowing a &quot;drawString&quot; procedure.<br>&gt;<br>&gt;<br>&gt; Well a drawString method in canvas can be used for drawing the axis<br>&gt; labels or values on a dinamic javascript graphic, but is non sense an
<br>&gt; aural reader read it, theres no way (yet) to read an image to a<br>&gt; blinded people, there are cases where is imposible the accessibility,<br>&gt; is imposible for a blind to play video games, and accessibility dont
<br>&gt; stop the video games creation. In the case of images or the canvas the<br>&gt; alt attribute could do the job.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; See ya<br>&gt;<br><br></blockquote></div><br><br clear="all"><br><span style="font-family: courier new,monospace;">
-- </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;Charles Iliya Krempeaux, B.Sc.</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;charles @ <a href="http://reptile.ca">reptile.ca</a></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;supercanadian @ 
<a href="http://gmail.com">gmail.com</a></span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;developer weblog: <a href="http://ChangeLog.ca/">
http://ChangeLog.ca/</a></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">___________________________________________________________________________</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;Make Television&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://maketelevision.com/">http://maketelevision.com/</a></span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">___________________________________________________________________________</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
&nbsp;Cars, Motorcycles, Trucks, and Racing...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://tirebiterz.com/">http://tirebiterz.com/</a>
</span>