OLD | NEW |
1 // Copyright 2014 PDFium Authors. All rights reserved. | 1 // Copyright 2014 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 #include "chromefontdata.h" |
| 8 |
7 const unsigned char g_FoxitSymbolFontData [16729] = {0x1, | 9 const unsigned char g_FoxitSymbolFontData [16729] = {0x1, |
8 0x0, 0x4, 0x2, 0x0, 0x1, 0x
1, 0x1, 0xf, | 10 0x0, 0x4, 0x2, 0x0, 0x1, 0x
1, 0x1, 0xf, |
9 0x43, 0x68, 0x72, 0x6f, 0x6
d, 0x53, 0x79, 0x6d, | 11 0x43, 0x68, 0x72, 0x6f, 0x6
d, 0x53, 0x79, 0x6d, |
10 0x62, 0x6f, 0x6c, 0x4f, 0x5
4, 0x46, 0x0, 0x1, | 12 0x62, 0x6f, 0x6c, 0x4f, 0x5
4, 0x46, 0x0, 0x1, |
11 0x1, 0x1, 0x26, 0xf8, 0x10,
0x0, 0xf8, 0xad, | 13 0x1, 0x1, 0x26, 0xf8, 0x10,
0x0, 0xf8, 0xad, |
12 0x1, 0xf8, 0xae, 0x2, 0xf8,
0xae, 0x3, 0xf8, | 14 0x1, 0xf8, 0xae, 0x2, 0xf8,
0xae, 0x3, 0xf8, |
13 0x18, 0x4, 0xfb, 0x48, 0xfb
, 0xba, 0xfa, 0xd6, | 15 0x18, 0x4, 0xfb, 0x48, 0xfb
, 0xba, 0xfa, 0xd6, |
14 0xfa, 0x86, 0x5, 0x1c, 0x6,
0x3d, 0xf, 0x1c, | 16 0xfa, 0x86, 0x5, 0x1c, 0x6,
0x3d, 0xf, 0x1c, |
15 0x6, 0x89, 0x11, 0xab, 0x1c
, 0x3e, 0xa2, 0x12, | 17 0x6, 0x89, 0x11, 0xab, 0x1c
, 0x3e, 0xa2, 0x12, |
16 0x0, 0x94, 0x2, 0x0, 0x1, 0
x0, 0x6, 0x0, | 18 0x0, 0x94, 0x2, 0x0, 0x1, 0
x0, 0x6, 0x0, |
(...skipping 2073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2090 0xb, 0xc9, 0x7, 0xfc, 0x85,
0xf7, 0x7a, 0x5, | 2092 0xb, 0xc9, 0x7, 0xfc, 0x85,
0xf7, 0x7a, 0x5, |
2091 0x4d, 0x7, 0xb, 0x67, 0xa8,
0x6e, 0xaf, 0xaf, | 2093 0x4d, 0x7, 0xb, 0x67, 0xa8,
0x6e, 0xaf, 0xaf, |
2092 0xa7, 0xa8, 0xaf, 0xaf, 0xb
, 0xfb, 0x51, 0x40, | 2094 0xa7, 0xa8, 0xaf, 0xaf, 0xb
, 0xfb, 0x51, 0x40, |
2093 0xa9, 0x35, 0xa, 0xb, 0x36,
0x15, 0xdf, 0xfa, | 2095 0xa9, 0x35, 0xa, 0xb, 0x36,
0x15, 0xdf, 0xfa, |
2094 0x86, 0x37, 0x6, 0xe, 0x1,
0xb3, 0xc2, 0xf8, | 2096 0x86, 0x37, 0x6, 0xe, 0x1,
0xb3, 0xc2, 0xf8, |
2095 0xda, 0xc2, 0x3, 0xb3, 0xb,
0x41, 0xa, 0xfb, | 2097 0xda, 0xc2, 0x3, 0xb3, 0xb,
0x41, 0xa, 0xfb, |
2096 0x17, 0xb, 0x15, 0xa9, 0xa6
, 0xaa, 0x9f, 0xb8, | 2098 0x17, 0xb, 0x15, 0xa9, 0xa6
, 0xaa, 0x9f, 0xb8, |
2097 0x1b, 0xaa, 0xb, 0x8a, 0x1f
, 0xfc, 0x29, 0x54, | 2099 0x1b, 0xaa, 0xb, 0x8a, 0x1f
, 0xfc, 0x29, 0x54, |
2098 0x6, 0xe, 0x90, 0x90, 0x8f,
0x8e, 0x8d, 0xb | 2100 0x6, 0xe, 0x90, 0x90, 0x8f,
0x8e, 0x8d, 0xb |
2099 }; | 2101 }; |
OLD | NEW |