If you concider the bounding box around the letter X.  When you draw
the letter X at position (0, 10), which corner of the bounding box is
positioned at (0, 10)?  From the documentation it is not clear.

If drawText uses the bottom left corner of the bounding box then
drawText at (0, 0) would draw off the top of the screen.

However this is all speculation (until I write some text code) as the
documenation I can find is unclear on this point.

--
RichardC

On Oct 21, 12:07 pm, Miguel Paraz <[email protected]> wrote:
> On Oct 21, 5:45 pm, RichardC <[email protected]> wrote:
>
> > Try drawing the text at 20, 20.
>
> > I think I had the same problem - not my computer to check right now.
> > If I remember correctly 0,0 is bottom left and the text is drawn off
> > the bottom of the bitmap.
>
> > Hope this helps
>
> It helped! Thanks!
>
> I got it to work with x=0, y=10. 0,0 is upper left, but, apparently
> there is some "dead space" there.
>
> Could someone explain why this is the case?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to