Skip to content

How to set multiple flags OS/2 fs_selection #661

Closed Answered by ollimeier
ollimeier asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks a lot @rsheeter . That was the right hint. Your example works and a different solution would be:

os2.fs_selection |= SelectionFlags::ITALIC;
os2.fs_selection |= SelectionFlags::WWS;
os2.fs_selection |= SelectionFlags::USE_TYPO_METRICS;
// ...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ollimeier
Comment options

Answer selected by rsheeter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants