Tune BIDIType to Uint16 instead of unsigned int

This commit is contained in:
Vincent Wei
2019-03-07 12:40:37 +08:00
parent 83207ca329
commit 90e4ee91fe
5 changed files with 49 additions and 44 deletions

View File

@@ -227,7 +227,7 @@ struct _CHARSETOPS
int (*pos_first_char) (const unsigned char* mstr, int mstrlen);
/** The method to get the BIDI type of one character. */
unsigned int (*bidi_char_type) (Achar32 chv);
Uint16 (*bidi_char_type) (Achar32 chv);
/** Get mirrored character */
BOOL (*bidi_mirror_char) (Achar32 chv, Achar32* mirrored);