Brad Robinson

Results 74 comments of Brad Robinson

Thanks for the info... this sounds like a fault of the app - there should always be a font family specified for all text. Perhaps I should update it to...

Thanks for reporting. Unfortunately I don't have an iOS dev environment setup here (and not keen to set it up just for this one issue). This seems like an issue...

As mentioned above, I'm not setup for iOS development and busy with other work at the moment. If someone in the community wants to look into it and submit a...

I posted a message to Matt Leibowitz (the lead dev on SkiaSharp) about this in case he had any ideas, his response: > Looks like it could be a bug...

Pleased to hear this isn't an issue with RichTextKit. Has someone reported this to the Xamarin iOS team? (I'd do it myself except I don't have a repo project as...

RichTextKit doesn't support this out of the box. I'm open to adding it but busy on other projects at the moment so can't guarantee it. If you'd like to have...

Thanks for reporting this. I've always just used fonts with the various weights/italics available and served them up to RichTextKit with a custom font mapper. I'm not sure how to...

Hi @Jonesie, I haven't had a chance to dive into this myself, but I noticed when updating to the latest skia sharp that SKFont has a method "Embolden" which maps...

Hi @Gillibald , Thanks. I wasn't aware of the font function callbacks... that's interesting. I wonder if emboldening a SKFont causes it's returned font metrics to be updated. I guess...

There are a couple of issues here that are affected by this logic. In general I agree with @Gillibald however this was specifically was trying to prevent breaking a sequence...