OLD | NEW |
1 // Copyright 2015 PDFium Authors. All rights reserved. | 1 // Copyright 2015 PDFium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com | 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
6 | 6 |
7 #ifndef CORE_SRC_FXGE_FONTDATA_CHROMEFONTDATA_CHROMEFONTDATA_H_ | 7 #ifndef CORE_FXGE_FONTDATA_CHROMEFONTDATA_CHROMEFONTDATA_H_ |
8 #define CORE_SRC_FXGE_FONTDATA_CHROMEFONTDATA_CHROMEFONTDATA_H_ | 8 #define CORE_FXGE_FONTDATA_CHROMEFONTDATA_CHROMEFONTDATA_H_ |
9 | 9 |
10 #ifdef __cplusplus | 10 #ifdef __cplusplus |
11 extern "C" { | 11 extern "C" { |
12 #endif | 12 #endif |
13 | 13 |
14 extern const unsigned char g_FoxitFixedItalicFontData[18746]; | 14 extern const unsigned char g_FoxitFixedItalicFontData[18746]; |
15 extern const unsigned char g_FoxitFixedFontData[17597]; | 15 extern const unsigned char g_FoxitFixedFontData[17597]; |
16 extern const unsigned char g_FoxitSansItalicFontData[16339]; | 16 extern const unsigned char g_FoxitSansItalicFontData[16339]; |
17 extern const unsigned char g_FoxitSansFontData[15025]; | 17 extern const unsigned char g_FoxitSansFontData[15025]; |
18 extern const unsigned char g_FoxitSerifItalicFontData[21227]; | 18 extern const unsigned char g_FoxitSerifItalicFontData[21227]; |
19 extern const unsigned char g_FoxitSerifFontData[19469]; | 19 extern const unsigned char g_FoxitSerifFontData[19469]; |
20 extern const unsigned char g_FoxitFixedBoldItalicFontData[19151]; | 20 extern const unsigned char g_FoxitFixedBoldItalicFontData[19151]; |
21 extern const unsigned char g_FoxitFixedBoldFontData[18055]; | 21 extern const unsigned char g_FoxitFixedBoldFontData[18055]; |
22 extern const unsigned char g_FoxitSansBoldItalicFontData[16418]; | 22 extern const unsigned char g_FoxitSansBoldItalicFontData[16418]; |
23 extern const unsigned char g_FoxitSansBoldFontData[16344]; | 23 extern const unsigned char g_FoxitSansBoldFontData[16344]; |
24 extern const unsigned char g_FoxitSerifBoldItalicFontData[20733]; | 24 extern const unsigned char g_FoxitSerifBoldItalicFontData[20733]; |
25 extern const unsigned char g_FoxitSerifBoldFontData[19395]; | 25 extern const unsigned char g_FoxitSerifBoldFontData[19395]; |
26 extern const unsigned char g_FoxitSymbolFontData[16729]; | 26 extern const unsigned char g_FoxitSymbolFontData[16729]; |
27 extern const unsigned char g_FoxitDingbatsFontData[29513]; | 27 extern const unsigned char g_FoxitDingbatsFontData[29513]; |
28 extern const unsigned char g_FoxitSerifMMFontData[113417]; | 28 extern const unsigned char g_FoxitSerifMMFontData[113417]; |
29 extern const unsigned char g_FoxitSansMMFontData[66919]; | 29 extern const unsigned char g_FoxitSansMMFontData[66919]; |
30 | 30 |
31 #ifdef __cplusplus | 31 #ifdef __cplusplus |
32 } // extern "C" | 32 } // extern "C" |
33 #endif | 33 #endif |
34 | 34 |
35 #endif // CORE_SRC_FXGE_FONTDATA_CHROMEFONTDATA_CHROMEFONTDATA_H_ | 35 #endif // CORE_FXGE_FONTDATA_CHROMEFONTDATA_CHROMEFONTDATA_H_ |
OLD | NEW |