rename files and internal apis

This commit is contained in:
Vincent Wei
2019-03-11 09:36:36 +08:00
parent e1a464b32f
commit 13341e864c
26 changed files with 398 additions and 412 deletions
+7
View File
@@ -9935,6 +9935,13 @@ MG_EXPORT Uint32 GUIAPI GetACharType (LOGFONT* logfont, Achar32 chv);
/* Weak Right-To-Left */
#define BIDI_TYPE_WRTL (BIDI_MASK_WEAK | BIDI_MASK_RTL)
/* The following are only used internally */
/* Start of text */
#define BIDI_TYPE_SOT (BIDI_MASK_SENTINEL)
/* End of text */
#define BIDI_TYPE_EOT (BIDI_MASK_SENTINEL + BIDI_MASK_RTL)
/* Is private-use value? */
//#define BIDI_TYPE_PRIVATE(p) ((p) < 0)