mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-27 23:32:39 +02:00
Added comment regarding PlSharedFontType_NintendoExt.
This commit is contained in:
parent
74ebf370dd
commit
25052190d2
@ -14,7 +14,7 @@ typedef enum
|
||||
PlSharedFontType_ExtChineseSimplified = 2, ///< Extended Chinese Simplified
|
||||
PlSharedFontType_ChineseTraditional = 3, ///< Chinese Traditional
|
||||
PlSharedFontType_KO = 4, ///< Korean (Hangul)
|
||||
PlSharedFontType_NintendoExt = 5, ///< Nintendo Extended
|
||||
PlSharedFontType_NintendoExt = 5, ///< Nintendo Extended. This font only has the special Nintendo-specific characters, which aren't available with the other fonts.
|
||||
PlSharedFontType_Total, ///< Total fonts supported by this enum.
|
||||
} PlSharedFontType;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user