Closed
Description
- The type name is confusing in ImageSharp.Drawing context. There are many many
*Options
types across our libraries, most of them indicating what is the type about. Here it's unclear at the first glance what are we rendering. - Some properties are get only and initialized from the constructor while others are settable.
- We have a
TextOptions
type there that duplicates a subset of the functionality which is confusing. Upstream issue: Issues with TextOptions and Fonts.RendererOptions ImageSharp.Drawing#174