Hello everybody
I attached a 'R' to a block, see attached figure.
I located the Letter 'R' just under the block, for this I used the folowing code:
DefaultTextCell.SetBounds(0,50,100,100+50);
Alignment = taCenter
VertAlign=vaCenter
When I rotated the Block by 180 deg (RotateFont=true) I got the letter 'R' written UpsideDown!
I tried to define (RotateFont=false) the Letter is Shifted up ... not nice
Anyone can help me solve this problem?!