Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an accessor for the raw Unicode ranges value on the OS/2 table #167

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

nwoods-cimpress
Copy link
Contributor

Added UnicodeRanges::as_raw() to provide access to the underlying raw value for the ulUnicodeRangeX fields on the OS/2 table

…aw value for the `ulUnicodeRangeX` fields on the OS/2 table
@RazrFalcon
Copy link
Owner

I would rather use pub struct UnicodeRanges(pub u128); (note the second pub) instead.

@nwoods-cimpress
Copy link
Contributor Author

Changed!

@RazrFalcon RazrFalcon merged commit e5ac245 into RazrFalcon:master Aug 14, 2024
2 checks passed
@RazrFalcon
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants