chromium/third_party/pdfium/xfa/fgas/layout/cfgas_txtbreak.h

// Copyright 2014 The PDFium Authors
// 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

#ifndef XFA_FGAS_LAYOUT_CFGAS_TXTBREAK_H_
#define XFA_FGAS_LAYOUT_CFGAS_TXTBREAK_H_

#include <deque>
#include <vector>

#include "core/fxcrt/fx_coordinates.h"
#include "core/fxcrt/retain_ptr.h"
#include "core/fxcrt/span.h"
#include "core/fxcrt/unowned_ptr.h"
#include "xfa/fgas/layout/cfgas_break.h"
#include "xfa/fgas/layout/cfgas_char.h"

class CFGAS_GEFont;
class TextCharPos;

#define FX_TXTCHARSTYLE_ArabicShadda
#define FX_TXTCHARSTYLE_OddBidiLevel

enum CFX_TxtLineAlignment {};

inline bool CFX_BreakTypeNoneOrPiece(CFGAS_Char::BreakType type) {}

class CFGAS_TxtBreak final : public CFGAS_Break {};

#endif  // XFA_FGAS_LAYOUT_CFGAS_TXTBREAK_H_