Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚧Refactor GlyphMetrics to readonly record (#820)
* Start work for issue #803 * Refactor: GlyphMetrics struct to readonly record struct. * Fix "GameHelpers-> ApplySize" return value override actual values. * Refactor: Fix tests using "with" for "readonly record struct" initializations. * Clean up * Only use the "with" keyword when it is needed (avoid unnecessary copy). * Remove old struct custom tests.
- Loading branch information