Le 8 déc. 06 à 14:39 Soir, Tehenne a écrit:

Hello,

With RB, is it possible to print with an angle of 45 ° ?
It is obvious that has to make a good printing.

 Dim ss As new StringShape
  ss.Text = "Yes, it is possible ;o("
  ss.TextFont = "Arial"
  ss.TextSize =10
  ss.Rotation = 45 / 57.295779578552
  g.DrawObject ss,200,300

I hope that it is not only solution !!!

Well, there are plugins to rotate pictures (for example, the MBS plugin).

So you can create a picture just for your text, and you draw it using a rotate function (and an apropriate mask, which may be the same as the text)._______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to