• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2019 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #ifndef TESTING_XFA_UNIT_TEST_SUPPORT_H_
6 #define TESTING_XFA_UNIT_TEST_SUPPORT_H_
7 
8 #ifndef PDF_ENABLE_XFA
9 #error "XFA must be enabled"
10 #endif
11 
12 class CFGAS_FontMgr;
13 
14 void InitializeXFATestEnvironment();
15 
16 CFGAS_FontMgr* GetGlobalFontManager();
17 
18 #endif  // TESTING_XFA_UNIT_TEST_SUPPORT_H_
19