Merge pull request #5088 from Snuffleupagus/stop-including-cidmaps.js
Stop including cidmaps.js
This commit is contained in:
commit
1e52c770d9
6948
src/core/cidmaps.js
6948
src/core/cidmaps.js
File diff suppressed because it is too large
Load Diff
@ -14,12 +14,11 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
/* globals assert, bytesToString, CIDToUnicodeMaps, error, ExpertCharset,
|
||||
ExpertSubsetCharset, FileReaderSync, GlyphsUnicode, info, isArray,
|
||||
isNum, ISOAdobeCharset, Stream, stringToArray, stringToBytes,
|
||||
string32, TextDecoder, warn, Lexer, Util, FONT_IDENTITY_MATRIX,
|
||||
FontRendererFactory, shadow, isString, IdentityCMap, Name,
|
||||
CMapFactory, PDFJS, readUint32, FontType */
|
||||
/* globals FONT_IDENTITY_MATRIX, FontType, warn, GlyphsUnicode, error, string32,
|
||||
readUint32, stringToArray, Stream, FontRendererFactory, shadow,
|
||||
bytesToString, info, assert, IdentityCMap, Name, CMapFactory, PDFJS,
|
||||
isNum, Lexer, isArray, ISOAdobeCharset, ExpertCharset,
|
||||
ExpertSubsetCharset, Util */
|
||||
|
||||
'use strict';
|
||||
|
||||
|
@ -31,7 +31,6 @@ var otherFiles = [
|
||||
'core/core.js',
|
||||
'core/obj.js',
|
||||
'core/charsets.js',
|
||||
'core/cidmaps.js',
|
||||
'core/annotation.js',
|
||||
'core/function.js',
|
||||
'core/colorspace.js',
|
||||
|
Loading…
x
Reference in New Issue
Block a user