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

Side by Side Diff: core/src/fxge/fontdata/chromefontdata/FoxitSans.c

Issue 1707923002: Expand all paths to be based off pdfium/ directory (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Sort headers Created 4 years, 10 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
OLDNEW
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" 7 #include "core/src/fxge/fontdata/chromefontdata/chromefontdata.h"
8 8
9 const unsigned char g_FoxitSansFontData [15025] = {0x1, 9 const unsigned char g_FoxitSansFontData [15025] = {0x1,
10 0x0, 0x4, 0x2, 0x0, 0x1, 0x1, 0x1, 0xd, 10 0x0, 0x4, 0x2, 0x0, 0x1, 0x1, 0x1, 0xd,
11 0x43, 0x68, 0x72, 0x6f, 0x6d, 0x53, 0x61, 0x6e, 11 0x43, 0x68, 0x72, 0x6f, 0x6d, 0x53, 0x61, 0x6e,
12 0x73, 0x4f, 0x54, 0x46, 0x0, 0x1, 0x1, 0x1, 12 0x73, 0x4f, 0x54, 0x46, 0x0, 0x1, 0x1, 0x1,
13 0x24, 0xf8, 0x10, 0x0, 0xf8, 0x1c, 0x1, 0xf8, 13 0x24, 0xf8, 0x10, 0x0, 0xf8, 0x1c, 0x1, 0xf8,
14 0x1d, 0x2, 0xf8, 0x1d, 0x3, 0 xf8, 0x18, 0x4, 14 0x1d, 0x2, 0xf8, 0x1d, 0x3, 0 xf8, 0x18, 0x4,
15 0xfb, 0x3a, 0xfb, 0x75, 0xfa, 0x7c, 0xfa, 0x45, 15 0xfb, 0x3a, 0xfb, 0x75, 0xfa, 0x7c, 0xfa, 0x45,
16 0x5, 0xf7, 0x16, 0xf, 0xf8, 0 xe1, 0x11, 0xab, 16 0x5, 0xf7, 0x16, 0xf, 0xf8, 0 xe1, 0x11, 0xab,
17 0x1c, 0x34, 0xa2, 0x12, 0x0, 0x3, 0x1, 0x1, 17 0x1c, 0x34, 0xa2, 0x12, 0x0, 0x3, 0x1, 0x1,
(...skipping 1861 matching lines...) Expand 10 before | Expand all | Expand 10 after
1879 0xf8, 0x62, 0xd7, 0x12, 0xcc, 0xe3, 0xb, 0xfb, 1879 0xf8, 0x62, 0xd7, 0x12, 0xcc, 0xe3, 0xb, 0xfb,
1880 0xfa, 0xfb, 0x4e, 0x76, 0xfa, 0x40, 0x77, 0xb, 1880 0xfa, 0xfb, 0x4e, 0x76, 0xfa, 0x40, 0x77, 0xb,
1881 0x20, 0xab, 0x76, 0xf8, 0x78, 0x77, 0x1, 0xbb, 1881 0x20, 0xab, 0x76, 0xf8, 0x78, 0x77, 0x1, 0xbb,
1882 0xb, 0x27, 0x31, 0xa, 0xe, 0x 5a, 0x58, 0x68, 1882 0xb, 0x27, 0x31, 0xa, 0xe, 0x 5a, 0x58, 0x68,
1883 0x3e, 0x8c, 0x1f, 0xe, 0xf7, 0x1d, 0x59, 0xa, 1883 0x3e, 0x8c, 0x1f, 0xe, 0xf7, 0x1d, 0x59, 0xa,
1884 0xf7, 0x5, 0x8a, 0x77, 0x12, 0xb, 0x7d, 0xd3, 1884 0xf7, 0x5, 0x8a, 0x77, 0x12, 0xb, 0x7d, 0xd3,
1885 0xf8, 0x2a, 0xd3, 0xb, 0xb8, 0xe5, 0xf7, 0xb2, 1885 0xf8, 0x2a, 0xd3, 0xb, 0xb8, 0xe5, 0xf7, 0xb2,
1886 0xe5, 0xb, 0xf7, 0x54, 0xd9, 0xfb, 0x54, 0xb, 1886 0xe5, 0xb, 0xf7, 0x54, 0xd9, 0xfb, 0x54, 0xb,
1887 0x7c, 0xd7, 0x60, 0x76, 0xb, 0x33, 0x6, 0xe 1887 0x7c, 0xd7, 0x60, 0x76, 0xb, 0x33, 0x6, 0xe
1888 }; 1888 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698