Hello everybody.

Here how to draw text using BGRABitmap :

//drawing some text with MSEgui canvas
  f := tfont.create;
  f.height := 20;
   txt := 'نبوب';
   bmp.canvas.drawstring(text,
    makepoint((bmp.width - bmp.canvas.getstringwidth(text, f)) div 2,
               bmp.height div 6), f);
  f.free;


Fre;D
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to