| // Copyright 2014 PDFium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| class CFX_BidiChar : public IFX_BidiChar, public CFX_Object |
| virtual void SetPolicy(FX_BOOL bSeparateNeutral = TRUE) |
| m_bSeparateNeutral = bSeparateNeutral; |
| virtual FX_BOOL AppendChar(FX_WCHAR wch); |
| virtual FX_BOOL EndChar(); |
| virtual FX_INT32 GetBidiInfo(FX_INT32 &iStart, FX_INT32 &iCount); |
| FX_BOOL m_bSeparateNeutral; |