toptensoftware / RichTextKit

Rich text rendering for SkiaSharp
Other
366 stars 73 forks source link

TextBlock .Layout() is void - comment/intellisense wrong #14

Closed Jonesie closed 4 years ago

Jonesie commented 4 years ago

The comment/intellisense on TextBlock.Layout() says it returns a paragraph when in fact, its void.

I can do a PR for this if you like. Are you taking contribs?

toptensoftware commented 4 years ago

HI @Jonesie

Thanks for reporting. I will take PRs, but no need in this case as I can sort it easily enough and I'll need to rebuild the docs manually anyway as I use an unreleased xmldoc tool for that. Give me a day or two as I've just rebuilt my main dev machine and still setting things up again.

Brad

toptensoftware commented 4 years ago

Fixed (see here)