// 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_FXFA_CXFA_TEXTPROVIDER_H_ #define XFA_FXFA_CXFA_TEXTPROVIDER_H_ #include <optional> #include "core/fxcrt/widestring.h" #include "fxjs/gc/heap.h" #include "v8/include/cppgc/garbage-collected.h" #include "v8/include/cppgc/member.h" #include "v8/include/cppgc/visitor.h" #include "xfa/fxfa/cxfa_textlayout.h" class CXFA_Font; class CXFA_Node; class CXFA_Para; class CXFA_TextProvider : public cppgc::GarbageCollected<CXFA_TextProvider> { … }; #endif // XFA_FXFA_CXFA_TEXTPROVIDER_H_