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_FoxitFixedBoldItalicFontData [19151] = {0x1, | 9 const unsigned char g_FoxitFixedBoldItalicFontData [19151] = {0x1, |
8 0x0, 0x4, 0x2, 0x0
, 0x1, 0x1, 0x1, 0x19, | 10 0x0, 0x4, 0x2, 0x0
, 0x1, 0x1, 0x1, 0x19, |
9 0x43, 0x68, 0x72,
0x6f, 0x6d, 0x46, 0x69, 0x78, | 11 0x43, 0x68, 0x72,
0x6f, 0x6d, 0x46, 0x69, 0x78, |
10 0x65, 0x64, 0x4f,
0x54, 0x46, 0x2d, 0x42, 0x6f, | 12 0x65, 0x64, 0x4f,
0x54, 0x46, 0x2d, 0x42, 0x6f, |
11 0x6c, 0x64, 0x49,
0x74, 0x61, 0x6c, 0x69, 0x63, | 13 0x6c, 0x64, 0x49,
0x74, 0x61, 0x6c, 0x69, 0x63, |
12 0x0, 0x1, 0x1, 0x1
, 0x24, 0xf8, 0x10, 0x0, | 14 0x0, 0x1, 0x1, 0x1
, 0x24, 0xf8, 0x10, 0x0, |
13 0xf8, 0x2a, 0x1, 0
xf8, 0x2b, 0x2, 0xf8, 0x2c, | 15 0xf8, 0x2a, 0x1, 0
xf8, 0x2b, 0x2, 0xf8, 0x2c, |
14 0x3, 0xf8, 0x14, 0
x4, 0xfb, 0xa, 0xfb, 0x8d, | 16 0x3, 0xf8, 0x14, 0
x4, 0xfb, 0xa, 0xfb, 0x8d, |
15 0xf9, 0x49, 0xf9,
0xbf, 0x5, 0xf7, 0xad, 0xf, | 17 0xf9, 0x49, 0xf9,
0xbf, 0x5, 0xf7, 0xad, 0xf, |
16 0xf9, 0x94, 0x11,
0xac, 0x1c, 0x44, 0x2e, 0x12, | 18 0xf9, 0x94, 0x11,
0xac, 0x1c, 0x44, 0x2e, 0x12, |
(...skipping 2376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2393 0xb6, 0x5, 0xb, 0x
5, 0xfb, 0x45, 0x6, 0x79, | 2395 0xb6, 0x5, 0xb, 0x
5, 0xfb, 0x45, 0x6, 0x79, |
2394 0x32, 0x8a, 0xa, 0
xb, 0x65, 0xca, 0xfb, 0x66, | 2396 0x32, 0x8a, 0xa, 0
xb, 0x65, 0xca, 0xfb, 0x66, |
2395 0xfb, 0x2e, 0x5, 0
xe, 0x5, 0xfb, 0x42, 0xb, | 2397 0xfb, 0x2e, 0x5, 0
xe, 0x5, 0xfb, 0x42, 0xb, |
2396 0x55, 0x15, 0x77,
0x33, 0x5, 0xf7, 0xd7, 0x6, | 2398 0x55, 0x15, 0x77,
0x33, 0x5, 0xf7, 0xd7, 0x6, |
2397 0xb, 0xf7, 0x73, 0
x77, 0x1, 0xb, 0x15, 0xf7, | 2399 0xb, 0xf7, 0x73, 0
x77, 0x1, 0xb, 0x15, 0xf7, |
2398 0x3, 0x6, 0xb, 0x2
8, 0xfb, 0x42, 0x2a, 0xb, | 2400 0x3, 0x6, 0xb, 0x2
8, 0xfb, 0x42, 0x2a, 0xb, |
2399 0x6, 0x9e, 0xe8, 0
x5, 0xb, 0x5, 0xfb, 0x90, | 2401 0x6, 0x9e, 0xe8, 0
x5, 0xb, 0x5, 0xfb, 0x90, |
2400 0x6, 0xb, 0x5, 0xe
c, 0x6, 0xb, 0xf7, 0x20, | 2402 0x6, 0xb, 0x5, 0xe
c, 0x6, 0xb, 0xf7, 0x20, |
2401 0x5, 0xb, 0xfb, 0x
56, 0x5, 0xb | 2403 0x5, 0xb, 0xfb, 0x
56, 0x5, 0xb |
2402 }; | 2404 }; |
OLD | NEW |