Added comment regarding PlSharedFontType_NintendoExt.

This commit is contained in:
yellows8 2018-10-09 11:25:25 -04:00
parent 74ebf370dd
commit 25052190d2

View File

@ -14,7 +14,7 @@ typedef enum
PlSharedFontType_ExtChineseSimplified = 2, ///< Extended Chinese Simplified PlSharedFontType_ExtChineseSimplified = 2, ///< Extended Chinese Simplified
PlSharedFontType_ChineseTraditional = 3, ///< Chinese Traditional PlSharedFontType_ChineseTraditional = 3, ///< Chinese Traditional
PlSharedFontType_KO = 4, ///< Korean (Hangul) 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_Total, ///< Total fonts supported by this enum.
} PlSharedFontType; } PlSharedFontType;