Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Font: Explicitly use uint32_t to calculate bitmask
Calculating the bitmask for the glyph id, explicitly use uint32_t which avoids signed/unsigned comparisons that might occur depending on the integer sizes of the target ABI when implicit conversions are applied. Relates: #5
- Loading branch information