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_FoxitFixedItalicFontData [18746] = {0x1, | 9 const unsigned char g_FoxitFixedItalicFontData [18746] = {0x1, |
8 0x0, 0x4, 0x2, 0x0, 0x
1, 0x1, 0x1, 0x15, | 10 0x0, 0x4, 0x2, 0x0, 0x
1, 0x1, 0x1, 0x15, |
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, 0x49, 0x74, | 12 0x65, 0x64, 0x4f, 0x54
, 0x46, 0x2d, 0x49, 0x74, |
11 0x61, 0x6c, 0x69, 0x63
, 0x0, 0x1, 0x1, 0x1, | 13 0x61, 0x6c, 0x69, 0x63
, 0x0, 0x1, 0x1, 0x1, |
12 0x23, 0xf8, 0x10, 0x0,
0xf8, 0x2a, 0x1, 0xf8, | 14 0x23, 0xf8, 0x10, 0x0,
0xf8, 0x2a, 0x1, 0xf8, |
13 0x2b, 0x2, 0xf8, 0x2c,
0x3, 0xf8, 0x18, 0x4, | 15 0x2b, 0x2, 0xf8, 0x2c,
0x3, 0xf8, 0x18, 0x4, |
14 0x5b, 0xfb, 0x8d, 0xf9
, 0x2b, 0xf9, 0xb7, 0x5, | 16 0x5b, 0xfb, 0x8d, 0xf9
, 0x2b, 0xf9, 0xb7, 0x5, |
15 0xf7, 0xa3, 0xf, 0xf9,
0xc, 0x11, 0xaa, 0x1c, | 17 0xf7, 0xa3, 0xf, 0xf9,
0xc, 0x11, 0xaa, 0x1c, |
16 0x42, 0x78, 0x12, 0x0,
0x12, 0x1, 0x1, 0x5, | 18 0x42, 0x78, 0x12, 0x0,
0x12, 0x1, 0x1, 0x5, |
(...skipping 2326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2343 0x3, 0xb, 0x8b, 0xbe,
0xf7, 0x12, 0xc1, 0xf7, | 2345 0x3, 0xb, 0x8b, 0xbe,
0xf7, 0x12, 0xc1, 0xf7, |
2344 0xac, 0xc1, 0xb, 0xf7,
0x1d, 0xc4, 0xf7, 0x71, | 2346 0xac, 0xc1, 0xb, 0xf7,
0x1d, 0xc4, 0xf7, 0x71, |
2345 0x77, 0x1, 0xc1, 0xb,
0x6, 0x96, 0xc0, 0x5, | 2347 0x77, 0x1, 0xc1, 0xb,
0x6, 0x96, 0xc0, 0x5, |
2346 0xb, 0x5, 0xf7, 0xbe,
0x6, 0xb, 0x6, 0x80, | 2348 0xb, 0x5, 0xf7, 0xbe,
0x6, 0xb, 0x6, 0x80, |
2347 0x57, 0x5, 0xb, 0x5, 0
xfb, 0x18, 0x6, 0xb, | 2349 0x57, 0x5, 0xb, 0x5, 0
xfb, 0x18, 0x6, 0xb, |
2348 0xf7, 0x78, 0x77, 0x1,
0xb, 0x15, 0xdd, 0x6, | 2350 0xf7, 0x78, 0x77, 0x1,
0xb, 0x15, 0xdd, 0x6, |
2349 0xb, 0xf7, 0x1f, 0x6,
0xb, 0xf8, 0x5a, 0x5, | 2351 0xb, 0xf7, 0x1f, 0x6,
0xb, 0xf8, 0x5a, 0x5, |
2350 0xb, 0xf7, 0x8, 0x5, 0
xb, 0x5, 0x3b, 0x6, | 2352 0xb, 0xf7, 0x8, 0x5, 0
xb, 0x5, 0x3b, 0x6, |
2351 0xb | 2353 0xb |
2352 }; | 2354 }; |
OLD | NEW |