Brad Robinson

Results 74 comments of Brad Robinson

Hi @erikvanbilsen Glad you're enjoying RichTextKit :) I've definitely considered support for this but just haven't implemented it because I haven't had the need for it myself. You're right in...

Thanks for reporting. Not sure actually. I know those if statements were added to fix underlines and strike throughs not appearing when too thin. I think the logic needs to...

Thanks for reporting this. Are you suggesting a different style attribute to control this? Happy to add this, but currently pretty busy on other projects. Send a PR if you...

Are these thousands of labels all visible at once? Usually you should clip those down and just paint the visible ones and normally a full screen of text can be...

I'm not sure off hand what's going on here, but you should be able to include the end separator in the range and update its style - if it's crashing...

I'm happy to consider a pull request for caching SK objects, so long as: * it doesn't affect memory usage too severely and * everything is cleaned up correctly *...

There's nothing built in for this, but adding support for converting a TextBlock to a text path is an interesting idea. Unfortunately I don't see a SkiaSharp GetTextPath() method that...

Thanks for reporting. I've looked into this and the flag is getting passed through to the underlying Canvas.DrawText but doesn't seem to be taking effect. I suspect this is either...

Thanks for reporting this. Usually \n works fine with TextBlock and in fact the test Sandbox program in the RichTextKit repository uses \n's for line breaks. So I'm wondering: *...

OK... this is going to be difficult to resolve. Without being able to debug or reproduce it not sure what I can do. If I remember correctly the carriage returns...