DemiGod,

I cannot see any reason for an error: if you set the align-mode to center, the string is centered in the bitmap. That means: if you do not center the panel, the string won't be centred. The align flags is calculated on the basis of the target bitmap size. If the bitmap is LARGER than the actual rendered string width, the align values is evaluated.

Maybe you can post some code?