Rename UCharGetBreak to UCharGetBreakType; Cleanup and optimization

This commit is contained in:
Vincent Wei
2019-02-28 09:47:25 +08:00
parent 97c6249af5
commit dacc81cf2a
3 changed files with 50 additions and 50 deletions
+1 -1
View File
@@ -7422,7 +7422,7 @@ MG_EXPORT int GUIAPI WCS2MBSEx (PLOGFONT log_font, unsigned char* dest,
MG_EXPORT UCharGeneralCategory GUIAPI UCharGetCategory(Uchar32 uc);
/** The function determines the break property of a UNICODE character. */
MG_EXPORT UCharBreakType GUIAPI UCharGetBreak(Uchar32 uc);
MG_EXPORT UCharBreakType GUIAPI UCharGetBreakType(Uchar32 uc);
/** The function determines the BIDI type of a UNICODE character. */
MG_EXPORT unsigned int GUIAPI UCharGetBIDIType(Uchar32 uc);