[Mono-list] DrawString

Lloyd Dupont lloyd@galador.net
Sun, 11 Nov 2001 01:44:53 +0100


i want to draw character in a view.
it appear to me tha the method Graphics.DrawString is very painfull.

my trouble is i want to draw a string on a bitmap and know where is 
painted each char, how coul i do this ?

i also found that not only MeasureCharacterRanges is not really 
documented, but strangely return me a 0-Length array

any pointer ? idea ? advice ?