44878 - MAJOR BUG in WINDOWS TextArea 2016R2 : SelTextSize and TextSize not applied correctly
Steps: This used to work in 2016R1.1
If you set SelTextSize or TextSize, instead of the point size, the result is a lower point size.
Run the attached project : it is supposed to display 8 to 24 point size text.
When you click on the text, it displays the found seltextsize at the clicked location.
In practice, 8,10,12,14,16,18,20,24 results in 6, 7.5 , 9, 10.5, 12, 13.5, 15, 16.5, 18.
The control has become unusable.
<https://xojo.com/issue/44878>
In practice, I cannot continue work on the Windows version of my app, and will have to completely refactor for a lower version. It does not manifest in 2016R1.1.
This one is so big, it is curious it went undiscovered through Alpha and Beta testing.