// 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_FGAS_LINEBREAK_H_ #define XFA_FGAS_LAYOUT_FGAS_LINEBREAK_H_ #include <stdint.h> #include "core/fxcrt/fx_unicode.h" enum class FX_LINEBREAKTYPE : uint8_t { … }; FX_LINEBREAKTYPE GetLineBreakTypeFromPair(FX_BREAKPROPERTY curr_char, FX_BREAKPROPERTY next_char); #endif // XFA_FGAS_LAYOUT_FGAS_LINEBREAK_H_