Matthew Burke

Results 3 comments of Matthew Burke

Hi all, I'm the 'author' of `mwpb.java-prettier-formatter`. Thanks for all the hard work on `prettier-plugin-java`. Did the above discussion lead anywhere? Right now haven't used Java for quite a while...

Some more data points: `DrawText(string,Point,Font,Brush)` iOS: works. `DrawText(string,Point,Font,Color)` iOS: works. `DrawText(string,Frame,Font,TextAlignment,Color)` iOS: works. `DrawText(string,Frame,Font,?TextAlignment,?Pen,?Brush)` iOS: works with all specified. iOS: if no brush then colours are wrong.

So in summary if one uses method 4: `DrawText(string,Frame,Font,?TextAlignment,?Pen,?Brush)` and then sets all of the optional arguments then DrawText works as expected.