Closed EHfive closed 1 year ago
This is breaking as it adds 2 new struct fields.
Also improved the doc of data field.
A non-breaking approach could be add a new struct GlyphImage2 whose information are exposed via accessor methods thus can be extended as needed. edit: I would go this way.
GlyphImage2
Lets go with the non-breaking approach. I'll remove the deprecated stuff in the next breaking change.
This is breaking as it adds 2 new struct fields.
Also improved the doc of data field.
A non-breaking approach could be add a new struct
GlyphImage2
whose information are exposed via accessor methods thus can be extended as needed. edit: I would go this way.