Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Side by Side Diff: core/fxge/fontdata/chromefontdata/chromefontdata.h

Issue 1800523005: Move core/src/ up to core/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp ('k') | core/fxge/freetype/fx_freetype.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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_
OLDNEW
« no previous file with comments | « core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp ('k') | core/fxge/freetype/fx_freetype.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698