mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-18 16:45:33 -04:00
library: Add note about the replacement character
This commit is contained in:
parent
c0d41eabff
commit
935c06e296
@ -28,6 +28,10 @@
|
||||
///
|
||||
/// You need to export fonts in binary format, and the images in PNG format.
|
||||
///
|
||||
/// Note: If the replacement character <20> (`U+FFFD`) codepoint is included in the
|
||||
/// font, it will be used to print missing characters in the font, or when the
|
||||
/// UTF-8 string has encoding errors.
|
||||
///
|
||||
/// @{
|
||||
|
||||
#define NE_MAX_RICH_TEXT_FONTS 8 ///< Default max number of rich text fonts
|
||||
|
Loading…
Reference in New Issue
Block a user