-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
butano: add config `BN_CFG_SPRITE_TEXT_MAX_UTF8_CHARACTERS_FOR_DUPLIC…
…ATION_CHECK` to save compile time when building fonts with big charaset Current implementation of _duplicated_utf8_characters() is inefficient with time complexity of O(N^2). Project build process will hang for an untolerable long time when many characters exist.The duplication check for fonts with big charaset can be done in font making or converting phase. It is unnecessary to do it in assertion.
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters