summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_bidi.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/fx_bidi.h')
-rw-r--r--core/fxcrt/fx_bidi.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/fxcrt/fx_bidi.h b/core/fxcrt/fx_bidi.h
index d5e0bd3f62..0dc426b57a 100644
--- a/core/fxcrt/fx_bidi.h
+++ b/core/fxcrt/fx_bidi.h
@@ -13,6 +13,10 @@
#include "core/fxcrt/fx_string.h"
#include "core/fxcrt/fx_system.h"
+#ifdef PDF_ENABLE_XFA
+#include "core/fxcrt/cfx_char.h"
+#endif // PDF_ENABLE_XFA
+
// Processes characters and group them into segments based on text direction.
class CFX_BidiChar {
public:
@@ -72,4 +76,8 @@ class CFX_BidiString {
CFX_BidiChar::Direction m_eOverallDirection;
};
+#if PDF_ENABLE_XFA
+void FX_BidiLine(std::vector<CFX_Char>* chars, int32_t iCount);
+#endif // PDF_ENABLE_XFA
+
#endif // CORE_FXCRT_FX_BIDI_H_