Skip to content

Conversation

@ksdhans
Copy link
Contributor

@ksdhans ksdhans commented Oct 21, 2025

Converted FontAwesome data to uint8_t so that it also works on big-endian systems.

The FontAwesome data was stored in a uint32 array in little-endian format, which is non-portable. This patch reformats it to a uint8_t array so that the bytes are in the correct order on all systems.

Converted FontAwesome data to uint8_t so that it also works on big-endian systems.
@JeffM2501 JeffM2501 merged commit dc7f976 into raylib-extras:main Nov 27, 2025
@JeffM2501
Copy link
Contributor

Thanks for the fix

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