Some properties expose System.Drawing types (e.g. Rectangle, Size). In order to ensure the library can be used anywhere without dependencies these should be changed to native types.
v2 introduced native alternatives whilst flagging the System.Drawing versions as obsolete, but some were omitted (for example MeasureFont returns a Size)
Some properties expose System.Drawing types (e.g.
Rectangle,Size). In order to ensure the library can be used anywhere without dependencies these should be changed to native types.v2 introduced native alternatives whilst flagging the System.Drawing versions as obsolete, but some were omitted (for example
MeasureFontreturns aSize)