It seems TLCLFontRenderer.TextRect doesnt use style parameter correctly.
For example I want to set style.RightToLeft to True but as I browsed the code it will not effect this on drawing text. As if I use bmp.TextRect with style that has true for RightToLeft it will use TLCLFontRenderer.TextRect and it will use in my case InternalTextRectand and then it will just take care of ,Alignment,Layout and Wordbreak.
Canvas.TextRect works correctly but I dont like to use Canvas and I like to use BGRABitmap.TextRect.
Is this a bug or I missed something?