diff options
author | Lei Zhang <thestig@chromium.org> | 2018-08-01 17:41:07 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-08-01 17:41:07 +0000 |
commit | 607f1982631a54af38eca09864e48cdec6e3f660 (patch) | |
tree | 2acaae5f2ee3fcfdb7d07435e4fd0e7bed7d6365 | |
parent | ad39141331e5d3b6471276c6219439e5c587f7c3 (diff) | |
download | pdfium-607f1982631a54af38eca09864e48cdec6e3f660.tar.xz |
Roll third_party/freetype/src/ b532d7ce7..578bcf103 (28 commits)
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/b532d7ce708c..578bcf103a12
BUG=pdfium:1125
Change-Id: I6cf423c4e64e54c05c47e7f706039ef2d4ef49dc
Reviewed-on: https://pdfium-review.googlesource.com/39350
Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | third_party/freetype/README.pdfium | 4 | ||||
-rw-r--r-- | third_party/freetype/include/pstables.h | 44 |
3 files changed, 25 insertions, 25 deletions
@@ -22,7 +22,7 @@ vars = { 'code_coverage_revision': '14b8501b7d9f41826d632254a1df8bc664edeec7', 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df', 'depot_tools_revision': '5484b866dc936fd1e148385fa1575b0369eec820', - 'freetype_revision': 'b532d7ce708cb5ca9bf88abaa2eb213ddcf9babb', + 'freetype_revision': '578bcf103a12fb742cdb314565819011d1ac12a7', 'gtest_revision': 'ce468a17c434e4e79724396ee1b51d86bfc8a88b', 'icu_revision': 'e4194dc7bbb3305d84cbb1b294274ca70d230721', 'instrumented_lib_revision': '323cf32193caecbf074d1a0cb5b02b905f163e0f', diff --git a/third_party/freetype/README.pdfium b/third_party/freetype/README.pdfium index 314503099d..53c9ac7617 100644 --- a/third_party/freetype/README.pdfium +++ b/third_party/freetype/README.pdfium @@ -1,7 +1,7 @@ Name: FreeType URL: http://www.freetype.org/ -Version: VER-2-9-1-115 -Revision: b532d7ce708cb5ca9bf88abaa2eb213ddcf9babb +Version: VER-2-9-1-143 +Revision: 578bcf103a12fb742cdb314565819011d1ac12a7 Security Critical: yes License: FreeType License (FTL) License File: FTL.TXT diff --git a/third_party/freetype/include/pstables.h b/third_party/freetype/include/pstables.h index 79545ee039..e5741220fa 100644 --- a/third_party/freetype/include/pstables.h +++ b/third_party/freetype/include/pstables.h @@ -1,19 +1,19 @@ -/***************************************************************************/ -/* */ -/* pstables.h */ -/* */ -/* PostScript glyph names. */ -/* */ -/* Copyright 2005-2018 by */ -/* David Turner, Robert Wilhelm, and Werner Lemberg. */ -/* */ -/* This file is part of the FreeType project, and may only be used, */ -/* modified, and distributed under the terms of the FreeType project */ -/* license, LICENSE.TXT. By continuing to use, modify, or distribute */ -/* this file you indicate that you have read the license and */ -/* understand and accept it fully. */ -/* */ -/***************************************************************************/ +/**************************************************************************** + * + * pstables.h + * + * PostScript glyph names. + * + * Copyright 2005-2018 by + * David Turner, Robert Wilhelm, and Werner Lemberg. + * + * This file is part of the FreeType project, and may only be used, + * modified, and distributed under the terms of the FreeType project + * license, LICENSE.TXT. By continuing to use, modify, or distribute + * this file you indicate that you have read the license and + * understand and accept it fully. + * + */ /* This file has been generated automatically -- do not edit! */ @@ -609,12 +609,12 @@ /* - * This table is a compressed version of the Adobe Glyph List (AGL), - * optimized for efficient searching. It has been generated by the - * `glnames.py' python script located in the `src/tools' directory. + * This table is a compressed version of the Adobe Glyph List (AGL), + * optimized for efficient searching. It has been generated by the + * `glnames.py' python script located in the `src/tools' directory. * - * The lookup function to get the Unicode value for a given string - * is defined below the table. + * The lookup function to get the Unicode value for a given string + * is defined below the table. */ #ifdef FT_CONFIG_OPTION_ADOBE_GLYPH_LIST @@ -4137,7 +4137,7 @@ #ifdef DEFINE_PS_TABLES /* - * This function searches the compressed table efficiently. + * This function searches the compressed table efficiently. */ static unsigned long ft_get_adobe_glyph_index( const char* name, |