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_FoxitSansBoldItalicFontData [16418] = {0x1, | 9 const unsigned char g_FoxitSansBoldItalicFontData [16418] = {0x1, |
8 0x0, 0x4, 0x2, 0x0,
0x1, 0x1, 0x1, 0x17, | 10 0x0, 0x4, 0x2, 0x0,
0x1, 0x1, 0x1, 0x17, |
9 0x43, 0x68, 0x72, 0
x6f, 0x6d, 0x53, 0x61, 0x6e, | 11 0x43, 0x68, 0x72, 0
x6f, 0x6d, 0x53, 0x61, 0x6e, |
10 0x73, 0x50, 0x53, 0
x2d, 0x42, 0x6f, 0x6c, 0x64, | 12 0x73, 0x50, 0x53, 0
x2d, 0x42, 0x6f, 0x6c, 0x64, |
11 0x49, 0x74, 0x61, 0
x6c, 0x69, 0x63, 0x0, 0x1, | 13 0x49, 0x74, 0x61, 0
x6c, 0x69, 0x63, 0x0, 0x1, |
12 0x1, 0x1, 0x27, 0xf
8, 0x10, 0x0, 0xf8, 0x1c, | 14 0x1, 0x1, 0x27, 0xf
8, 0x10, 0x0, 0xf8, 0x1c, |
13 0x1, 0xf8, 0x1d, 0x
2, 0xf8, 0x1e, 0x3, 0xf8, | 15 0x1, 0xf8, 0x1d, 0x
2, 0xf8, 0x1e, 0x3, 0xf8, |
14 0x14, 0x4, 0x7f, 0x
c, 0x2, 0xfb, 0x42, 0xfb, | 16 0x14, 0x4, 0x7f, 0x
c, 0x2, 0xfb, 0x42, 0xfb, |
15 0x78, 0xfa, 0xee, 0
xfa, 0x56, 0x5, 0xf7, 0x3c, | 17 0x78, 0xfa, 0xee, 0
xfa, 0x56, 0x5, 0xf7, 0x3c, |
16 0xf, 0xf8, 0x9c, 0x
11, 0xb1, 0x1c, 0x39, 0xfc, | 18 0xf, 0xf8, 0x9c, 0x
11, 0xb1, 0x1c, 0x39, 0xfc, |
(...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2052 0x23, 0x6, 0xb, 0x1
5, 0xf7, 0x1e, 0x6, 0xb, | 2054 0x23, 0x6, 0xb, 0x1
5, 0xf7, 0x1e, 0x6, 0xb, |
2053 0x15, 0xf7, 0xe, 0x
6, 0xb, 0x5, 0xfc, 0xa7, | 2055 0x15, 0xf7, 0xe, 0x
6, 0xb, 0x5, 0xfc, 0xa7, |
2054 0x6, 0xb, 0x5, 0xfb
, 0x1b, 0x6, 0xb, 0x5, | 2056 0x6, 0xb, 0x5, 0xfb
, 0x1b, 0x6, 0xb, 0x5, |
2055 0x9a, 0xa, 0xb, 0x5
, 0xfb, 0x26, 0x6, 0xb, | 2057 0x9a, 0xa, 0xb, 0x5
, 0xfb, 0x26, 0x6, 0xb, |
2056 0x5, 0xfb, 0x28, 0x
6, 0xb, 0xf7, 0x2b, 0x1, | 2058 0x5, 0xfb, 0x28, 0x
6, 0xb, 0xf7, 0x2b, 0x1, |
2057 0xb, 0xf7, 0xc, 0x1
, 0xb, 0xfb, 0x2b, 0x6, | 2059 0xb, 0xf7, 0xc, 0x1
, 0xb, 0xfb, 0x2b, 0x6, |
2058 0xb, 0x5, 0xfb, 0x1
7, 0xb, 0xa0, 0xe8, 0x93, | 2060 0xb, 0x5, 0xfb, 0x1
7, 0xb, 0xa0, 0xe8, 0x93, |
2059 0xb, 0xfb, 0x22, 0x
6, 0xb, 0xf7, 0x22, 0x6, | 2061 0xb, 0xfb, 0x22, 0x
6, 0xb, 0xf7, 0x22, 0x6, |
2060 0xb | 2062 0xb |
2061 }; | 2063 }; |
OLD | NEW |