- /*! @abstract Helper method for COW.
- @discussion
- wxFont can be considered a mutable holder of an immutable opaque implementation object.
- All methods that mutate the font should first call Unshare() to ensure that mutating
- the implementation object does not cause another wxFont that happened to share the
- same ref data to mutate.
- */
- void Unshare();
-