diff --git a/FreeType/binding.gyp b/FreeType/binding.gyp index 4ea4cc5c..bbd89f8c 100644 --- a/FreeType/binding.gyp +++ b/FreeType/binding.gyp @@ -56,7 +56,7 @@ './src/type42/type42.c', './src/winfonts/winfnt.c', './src/base/ftsystem.c', - './src/base/ftdebug.c ', + './src/base/ftdebug.c', './include/freetype/config/ftconfig.h', './include/freetype/config/ftheader.h', './include/freetype/config/ftmodule.h', diff --git a/PDFWriter/binding.gyp b/PDFWriter/binding.gyp index 356653c2..d0779345 100644 --- a/PDFWriter/binding.gyp +++ b/PDFWriter/binding.gyp @@ -38,342 +38,366 @@ '<(module_root_dir)/src/deps/LibJpeg', '<(module_root_dir)/src/deps/LibPng' ], - 'sources': [ - 'AbstractContentContext.cpp', - 'AbstractWrittenFont.cpp', - 'ANSIFontWriter.cpp', - 'ArrayOfInputStreamsStream.cpp', - 'Ascii7Encoding.cpp', - 'CatalogInformation.cpp', - 'CFFANSIFontWriter.cpp', - 'CFFDescendentFontWriter.cpp', - 'CFFEmbeddedFontWriter.cpp', - 'CFFFileInput.cpp', - 'CFFPrimitiveReader.cpp', - 'CFFPrimitiveWriter.cpp', - 'CharStringType1Interpreter.cpp', - 'CharStringType1Tracer.cpp', - 'CharStringType2Flattener.cpp', - 'CharStringType2Interpreter.cpp', - 'CharStringType2Tracer.cpp', - 'CIDFontWriter.cpp', - 'CMYKRGBColor.cpp', - 'DecryptionHelper.cpp', - 'DescendentFontWriter.cpp', - 'DictionaryContext.cpp', - 'DocumentContext.cpp', - 'EncryptionHelper.cpp', - 'EncryptionOptions.cpp', - 'FontDescriptorWriter.cpp', - 'FreeTypeFaceWrapper.cpp', - 'FreeTypeOpenTypeWrapper.cpp', - 'FreeTypeType1Wrapper.cpp', - 'FreeTypeWrapper.cpp', - 'GraphicState.cpp', - 'GraphicStateStack.cpp', - 'IndirectObjectsReferenceRegistry.cpp', - 'InfoDictionary.cpp', - 'InputAESDecodeStream.cpp', - 'InputAscii85DecodeStream.cpp', - 'InputAsciiHexDecodeStream.cpp', - 'InputBufferedStream.cpp', - 'InputByteArrayStream.cpp', - 'InputCharStringDecodeStream.cpp', - 'InputDCTDecodeStream.cpp', - 'InputFile.cpp', - 'InputFileStream.cpp', - 'InputFlateDecodeStream.cpp', - 'InputLZWDecodeStream.cpp', - 'InputLimitedStream.cpp', - 'InputOffsetStream.cpp', - 'InputPFBDecodeStream.cpp', - 'InputPredictorPNGOptimumStream.cpp', - 'InputPredictorTIFFSubStream.cpp', - 'InputRC4XcodeStream.cpp', - 'InputStreamSkipperStream.cpp', - 'InputStringBufferStream.cpp', - 'InputStringStream.cpp', - 'JPEGImageHandler.cpp', - 'JPEGImageInformation.cpp', - 'JPEGImageParser.cpp', - 'Log.cpp', - 'MD5Generator.cpp', - 'ObjectsContext.cpp', - 'OpenTypeFileInput.cpp', - 'OpenTypePrimitiveReader.cpp', - 'OutputAESEncodeStream.cpp', - 'OutputBufferedStream.cpp', - 'OutputFile.cpp', - 'OutputFileStream.cpp', - 'OutputFlateDecodeStream.cpp', - 'OutputFlateEncodeStream.cpp', - 'OutputRC4XcodeStream.cpp', - 'OutputStreamTraits.cpp', - 'OutputStringBufferStream.cpp', - 'PageContentContext.cpp', - 'PageTree.cpp', - 'ParsedPrimitiveHelper.cpp', - 'PDFArray.cpp', - 'PDFBoolean.cpp', - 'PDFDate.cpp', - 'PDFDictionary.cpp', - 'PDFDocEncoding.cpp', - 'PDFDocumentCopyingContext.cpp', - 'PDFDocumentHandler.cpp', - 'PDFFormXObject.cpp', - 'PDFTiledPattern.cpp', - 'PDFHexString.cpp', - 'PDFImageXObject.cpp', - 'PDFIndirectObjectReference.cpp', - 'PDFInteger.cpp', - 'PDFLiteralString.cpp', - 'PDFModifiedPage.cpp', - 'PDFName.cpp', - 'PDFNull.cpp', - 'PDFObject.cpp', - 'PDFObjectParser.cpp', - 'PDFPage.cpp', - 'PDFPageInput.cpp', - 'PDFParsingOptions.cpp', - 'PDFDictionaryIterator.cpp', - 'PDFArrayIterator.cpp', - 'PDFPageMergingHelper.cpp', - 'PDFParser.cpp', - 'PDFParserTokenizer.cpp', - 'PDFParseingPath.cpp', - 'PDFReal.cpp', - 'PDFRectangle.cpp', - 'PDFStream.cpp', - 'PDFStreamInput.cpp', - 'PDFSymbol.cpp', - 'PDFTextString.cpp', - 'PDFUsedFont.cpp', - 'PDFWriter.cpp', - 'PFMFileReader.cpp', - 'PNGImageHandler.cpp', - 'PrimitiveObjectsWriter.cpp', - 'PSBool.cpp', - 'RC4.cpp', - 'RefCountObject.cpp', - 'ResourcesDictionary.cpp', - 'SimpleStringTokenizer.cpp', - 'StandardEncoding.cpp', - 'StateReader.cpp', - 'StateWriter.cpp', - 'TiledPatternContentContext.cpp', - 'TIFFImageHandler.cpp', - 'TiffUsageParameters.cpp', - 'Timer.cpp', - 'TimersRegistry.cpp', - 'Trace.cpp', - 'TrailerInformation.cpp', - 'TrueTypeANSIFontWriter.cpp', - 'TrueTypeDescendentFontWriter.cpp', - 'TrueTypeEmbeddedFontWriter.cpp', - 'TrueTypePrimitiveWriter.cpp', - 'Type1Input.cpp', - 'Type1ToCFFEmbeddedFontWriter.cpp', - 'Type1ToType2Converter.cpp', - 'Type2CharStringWriter.cpp', - 'UnicodeString.cpp', - 'UppercaseSequance.cpp', - 'UsedFontsRepository.cpp', - 'WinAnsiEncoding.cpp', - 'WrittenFontCFF.cpp', - 'WrittenFontTrueType.cpp', - 'XCryptionCommon.cpp', - 'XObjectContentContext.cpp', - 'AbstractContentContext.h', - 'AbstractWrittenFont.h', - 'AdapterIByteReaderWithPositionToIReadPositionProvider.h', - 'ANSIFontWriter.h', - 'ArrayOfInputStreamsStream.h', - 'Ascii7Encoding.h', - 'BetweenIncluding.h', - 'BoxingBase.h', - 'CatalogInformation.h', - 'CFFANSIFontWriter.h', - 'CFFDescendentFontWriter.h', - 'CFFEmbeddedFontWriter.h', - 'CFFFileInput.h', - 'CFFPrimitiveReader.h', - 'CFFPrimitiveWriter.h', - 'CharStringDefinitions.h', - 'CharStringType1Interpreter.h', - 'CharStringType1Tracer.h', - 'CharStringType2Flattener.h', - 'CharStringType2Interpreter.h', - 'CharStringType2Tracer.h', - 'CIDFontWriter.h', - 'CMYKRGBColor.h', - 'ContainerIterator.h', - 'DecryptionHelper.h', - 'DescendentFontWriter.h', - 'DictionaryContext.h', - 'DictOperand.h', - 'DocumentContext.h', - 'DocumentContextExtenderAdapter.h', - 'EFontStretch.h', - 'EHummusImageType.h', - 'EncryptionHelper.h', - 'EncryptionHelper.h', - 'EPDFVersion.h', - 'EStatusCode.h', - 'ETokenSeparator.h', - 'FontDescriptorWriter.h', - 'FreeTypeFaceWrapper.h', - 'FreeTypeOpenTypeWrapper.h', - 'FreeTypeType1Wrapper.h', - 'FreeTypeWrapper.h', - 'FSType.h', - 'GlyphUnicodeMapping.h', - 'GraphicState.h', - 'GraphicStateStack.h', - 'IANSIFontWriterHelper.h', - 'IByteReader.h', - 'IByteReaderWithPosition.h', - 'IByteWriter.h', - 'IByteWriterWithPosition.h', - 'IContentContextListener.h', - 'IDescendentFontWriter.h', - 'IDocumentContextExtender.h', - 'IFontDescriptorHelper.h', - 'IFormEndWritingTask.h', - 'ITiledPatternEndWritingTask.h', - 'IFreeTypeFaceExtender.h', - 'IndirectObjectsReferenceRegistry.h', - 'InfoDictionary.h', - 'InputAESDecodeStream.h', - 'InputAscii85DecodeStream.h', - 'InputAsciiHexDecodeStream.h', - 'InputBufferedStream.h', - 'InputByteArrayStream.h', - 'InputCharStringDecodeStream.h', - 'InputDCTDecodeStream.h', - 'InputFile.h', - 'InputFileStream.h', - 'InputLZWDecodeStream.h', - 'InputOffsetStream.h', - 'InputFlateDecodeStream.h', - 'InputLimitedStream.h', - 'InputPFBDecodeStream.h', - 'InputPredictorPNGOptimumStream.h', - 'InputPredictorTIFFSubStream.h', - 'InputRC4XcodeStream.h', - 'InputStreamSkipperStream.h', - 'InputStringBufferStream.h', - 'InputStringStream.h', - 'IOBasicTypes.h', - 'IObjectsContextExtender.h', - 'IPageEndWritingTask.h', - 'IPDFParserExtender.h', - 'IReadPositionProvider.h', - 'IResourceWritingTask.h', - 'IType1InterpreterImplementation.h', - 'IType2InterpreterImplementation.h', - 'IWrittenFont.h', - 'JPEGImageHandler.h', - 'JPEGImageInformation.h', - 'JPEGImageParser.h', - 'Log.h', - 'MapIterator.h', - 'MD5Generator.h', - 'MyStringBuf.h', - 'ObjectsBasicTypes.h', - 'ObjectsContext.h', - 'ObjectsContextExtenderAdapter.h', - 'OpenTypeFileInput.h', - 'OpenTypePrimitiveReader.h', - 'OutputAESEncodeStream.h', - 'OutputBufferedStream.h', - 'OutputFile.h', - 'OutputFileStream.h', - 'OutputFlateDecodeStream.h', - 'OutputFlateEncodeStream.h', - 'OutputRC4XcodeStream.h', - 'OutputStreamTraits.h', - 'OutputStringBufferStream.h', - 'PageContentContext.h', - 'PageTree.h', - 'ParsedPrimitiveHelper.h', - 'PDFArray.h', - 'PDFBoolean.h', - 'PDFDate.h', - 'PDFDictionary.h', - 'PDFDocEncoding.h', - 'PDFDocumentCopyingContext.h', - 'PDFDocumentHandler.h', - 'PDFEmbedParameterTypes.h', - 'PDFFormXObject.h', - 'PDFParsingOptions.h', - 'PDFTiledPattern.h', - 'TiledPatternContentContext.h', - 'PDFHexString.h', - 'PDFImageXObject.h', - 'PDFIndirectObjectReference.h', - 'PDFInteger.h', - 'PDFLiteralString.h', - 'PDFModifiedPage.h', - 'PDFName.h', - 'PDFNull.h', - 'PDFObject.h', - 'PDFObjectCast.h', - 'PDFObjectParser.h', - 'PDFPage.h', - 'PDFPageInput.h', - 'PDFDictionaryIterator.h', - 'PDFArrayIterator.h', - 'PDFPageMergingHelper.h', - 'PDFParser.h', - 'PDFParserTokenizer.h', - 'PDFParseingPath.h', - 'PDFReal.h', - 'PDFRectangle.h', - 'PDFStream.h', - 'PDFStreamInput.h', - 'PDFSymbol.h', - 'PDFTextString.h', - 'PDFUsedFont.h', - 'PDFWriter.h', - 'PFMFileReader.h', - 'PNGImageHandler.cpp', - 'PrimitiveObjectsWriter.h', - 'ProcsetResourcesConstants.h', - 'PSBool.h', - 'RC4.h', - 'RefCountObject.h', - 'RefCountPtr.h', - 'ResourcesDictionary.h', - 'SafeBufferMacrosDefs.h', - 'SimpleStringTokenizer.h', - 'Singleton.h', - 'SingleValueContainerIterator.h', - 'StandardEncoding.h', - 'StateReader.h', - 'StateWriter.h', - 'TIFFImageHandler.h', - 'TiffUsageParameters.h', - 'Timer.h', - 'TimersRegistry.h', - 'Trace.h', - 'TrailerInformation.h', - 'TrueTypeANSIFontWriter.h', - 'TrueTypeDescendentFontWriter.h', - 'TrueTypeEmbeddedFontWriter.h', - 'TrueTypePrimitiveWriter.h', - 'Type1Input.h', - 'Type1ToCFFEmbeddedFontWriter.h', - 'Type1ToType2Converter.h', - 'Type2CharStringWriter.h', - 'UnicodeString.h', - 'UppercaseSequance.h', - 'UsedFontsRepository.h', - 'WinAnsiEncoding.h', - 'WrittenFontCFF.h', - 'WrittenFontRepresentation.h', - 'WrittenFontTrueType.h', - 'XCryptionCommon.h', - 'XObjectContentContext.h' + 'sources':[ + 'AbstractContentContext.cpp', + 'AbstractContentContext.h', + 'AbstractWrittenFont.cpp', + 'AbstractWrittenFont.h', + 'AdapterIByteReaderWithPositionToIReadPositionProvider.h', + 'ANSIFontWriter.cpp', + 'ANSIFontWriter.h', + 'ArrayOfInputStreamsStream.cpp', + 'ArrayOfInputStreamsStream.h', + 'Ascii7Encoding.cpp', + 'Ascii7Encoding.h', + 'BetweenIncluding.h', + 'CatalogInformation.cpp', + 'CatalogInformation.h', + 'CFFANSIFontWriter.cpp', + 'CFFANSIFontWriter.h', + 'CFFDescendentFontWriter.cpp', + 'CFFDescendentFontWriter.h', + 'CFFEmbeddedFontWriter.cpp', + 'CFFEmbeddedFontWriter.h', + 'CFFFileInput.cpp', + 'CFFFileInput.h', + 'CFFPrimitiveReader.cpp', + 'CFFPrimitiveReader.h', + 'CFFPrimitiveWriter.cpp', + 'CFFPrimitiveWriter.h', + 'CharStringDefinitions.h', + 'CharStringType1Interpreter.cpp', + 'CharStringType1Interpreter.h', + 'CharStringType1Tracer.cpp', + 'CharStringType1Tracer.h', + 'CharStringType2Flattener.cpp', + 'CharStringType2Flattener.h', + 'CharStringType2Interpreter.cpp', + 'CharStringType2Interpreter.h', + 'CharStringType2Tracer.cpp', + 'CharStringType2Tracer.h', + 'CIDFontWriter.cpp', + 'CIDFontWriter.h', + 'CMYKRGBColor.cpp', + 'CMYKRGBColor.h', + 'ContainerIterator.h', + 'DecryptionHelper.cpp', + 'DecryptionHelper.h', + 'Deletable.h', + 'DescendentFontWriter.cpp', + 'DescendentFontWriter.h', + 'DictionaryContext.cpp', + 'DictionaryContext.h', + 'DictOperand.h', + 'DocumentContext.cpp', + 'DocumentContext.h', + 'DocumentContextExtenderAdapter.h', + 'EFontStretch.h', + 'EHummusImageType.h', + 'EncryptionHelper.cpp', + 'EncryptionHelper.h', + 'EncryptionOptions.cpp', + 'EncryptionOptions.h', + 'EPDFVersion.h', + 'EStatusCode.h', + 'ETokenSeparator.h', + 'ExtGStateRegistry.cpp', + 'ExtGStateRegistry.h', + 'FontDescriptorWriter.cpp', + 'FontDescriptorWriter.h', + 'FreeTypeFaceWrapper.cpp', + 'FreeTypeFaceWrapper.h', + 'FreeTypeOpenTypeWrapper.cpp', + 'FreeTypeOpenTypeWrapper.h', + 'FreeTypeType1Wrapper.cpp', + 'FreeTypeType1Wrapper.h', + 'FreeTypeWrapper.cpp', + 'FreeTypeWrapper.h', + 'FSType.h', + 'GlyphUnicodeMapping.h', + 'GraphicState.cpp', + 'GraphicState.h', + 'GraphicStateStack.cpp', + 'GraphicStateStack.h', + 'IANSIFontWriterHelper.h', + 'IByteReader.h', + 'IByteReaderWithPosition.h', + 'IByteWriter.h', + 'IByteWriterWithPosition.h', + 'IContentContextListener.h', + 'IDeletable.h', + 'IDescendentFontWriter.h', + 'IDocumentContextExtender.h', + 'IFontDescriptorHelper.h', + 'IFormEndWritingTask.h', + 'IFreeTypeFaceExtender.h', + 'IndirectObjectsReferenceRegistry.cpp', + 'IndirectObjectsReferenceRegistry.h', + 'InfoDictionary.cpp', + 'InfoDictionary.h', + 'InputAESDecodeStream.cpp', + 'InputAESDecodeStream.h', + 'InputAscii85DecodeStream.cpp', + 'InputAscii85DecodeStream.h', + 'InputAsciiHexDecodeStream.cpp', + 'InputAsciiHexDecodeStream.h', + 'InputBufferedStream.cpp', + 'InputBufferedStream.h', + 'InputByteArrayStream.cpp', + 'InputByteArrayStream.h', + 'InputCharStringDecodeStream.cpp', + 'InputCharStringDecodeStream.h', + 'InputDCTDecodeStream.cpp', + 'InputDCTDecodeStream.h', + 'InputFile.cpp', + 'InputFile.h', + 'InputFileStream.cpp', + 'InputFileStream.h', + 'InputFlateDecodeStream.cpp', + 'InputFlateDecodeStream.h', + 'InputLimitedStream.cpp', + 'InputLimitedStream.h', + 'InputLZWDecodeStream.cpp', + 'InputLZWDecodeStream.h', + 'InputOffsetStream.cpp', + 'InputOffsetStream.h', + 'InputPFBDecodeStream.cpp', + 'InputPFBDecodeStream.h', + 'InputPredictorPNGOptimumStream.cpp', + 'InputPredictorPNGOptimumStream.h', + 'InputPredictorTIFFSubStream.cpp', + 'InputPredictorTIFFSubStream.h', + 'InputRC4XcodeStream.cpp', + 'InputRC4XcodeStream.h', + 'InputStreamSkipperStream.cpp', + 'InputStreamSkipperStream.h', + 'InputStringBufferStream.cpp', + 'InputStringBufferStream.h', + 'InputStringStream.cpp', + 'InputStringStream.h', + 'IOBasicTypes.h', + 'IObjectEndWritingTask.h', + 'IObjectsContextExtender.h', + 'IPageEndWritingTask.h', + 'IPDFParserExtender.h', + 'IReadPositionProvider.h', + 'IResourceWritingTask.h', + 'ITiledPatternEndWritingTask.h', + 'IType1InterpreterImplementation.h', + 'IType2InterpreterImplementation.h', + 'IWrittenFont.h', + 'JPEGImageHandler.cpp', + 'JPEGImageHandler.h', + 'JPEGImageInformation.cpp', + 'JPEGImageInformation.h', + 'JPEGImageParser.cpp', + 'JPEGImageParser.h', + 'LayeredGlyphsDrawingContext.cpp', + 'LayeredGlyphsDrawingContext.h', + 'LinearGradientShadingPatternWritingTask.cpp', + 'LinearGradientShadingPatternWritingTask.h', + 'Log.cpp', + 'Log.h', + 'MapIterator.h', + 'MD5Generator.cpp', + 'MD5Generator.h', + 'MyStringBuf.h', + 'ObjectsBasicTypes.h', + 'ObjectsContext.cpp', + 'ObjectsContext.h', + 'ObjectsContextExtenderAdapter.h', + 'OpenTypeFileInput.cpp', + 'OpenTypeFileInput.h', + 'OpenTypePrimitiveReader.cpp', + 'OpenTypePrimitiveReader.h', + 'OutputAESEncodeStream.cpp', + 'OutputAESEncodeStream.h', + 'OutputBufferedStream.cpp', + 'OutputBufferedStream.h', + 'OutputFile.cpp', + 'OutputFile.h', + 'OutputFileStream.cpp', + 'OutputFileStream.h', + 'OutputFlateDecodeStream.cpp', + 'OutputFlateDecodeStream.h', + 'OutputFlateEncodeStream.cpp', + 'OutputFlateEncodeStream.h', + 'OutputRC4XcodeStream.cpp', + 'OutputRC4XcodeStream.h', + 'OutputStreamTraits.cpp', + 'OutputStreamTraits.h', + 'OutputStringBufferStream.cpp', + 'OutputStringBufferStream.h', + 'PageContentContext.cpp', + 'PageContentContext.h', + 'PageTree.cpp', + 'PageTree.h', + 'PaintedGlyphsDrawingContext.cpp', + 'PaintedGlyphsDrawingContext.h', + 'ParsedPrimitiveHelper.cpp', + 'ParsedPrimitiveHelper.h', + 'PDFArray.cpp', + 'PDFArray.h', + 'PDFArrayIterator.cpp', + 'PDFArrayIterator.h', + 'PDFBoolean.cpp', + 'PDFBoolean.h', + 'PDFCosArray.cpp', + 'PDFCosArray.h', + 'PDFCosDict.cpp', + 'PDFCosDict.h', + 'PDFDate.cpp', + 'PDFDate.h', + 'PDFDictionary.cpp', + 'PDFDictionary.h', + 'PDFDictionaryIterator.cpp', + 'PDFDictionaryIterator.h', + 'PDFDocEncoding.cpp', + 'PDFDocEncoding.h', + 'PDFDocumentCopyingContext.cpp', + 'PDFDocumentCopyingContext.h', + 'PDFDocumentHandler.cpp', + 'PDFDocumentHandler.h', + 'PDFEmbedParameterTypes.h', + 'PDFFormXObject.cpp', + 'PDFFormXObject.h', + 'PDFHexString.cpp', + 'PDFHexString.h', + 'PDFImageXObject.cpp', + 'PDFImageXObject.h', + 'PDFIndirectObjectReference.cpp', + 'PDFIndirectObjectReference.h', + 'PDFInteger.cpp', + 'PDFInteger.h', + 'PDFLiteralString.cpp', + 'PDFLiteralString.h', + 'PDFMatrix.cpp', + 'PDFMatrix.h', + 'PDFModifiedPage.cpp', + 'PDFModifiedPage.h', + 'PDFName.cpp', + 'PDFName.h', + 'PDFNull.cpp', + 'PDFNull.h', + 'PDFObject.cpp', + 'PDFObject.h', + 'PDFObjectCast.h', + 'PDFObjectParser.cpp', + 'PDFObjectParser.h', + 'PDFPage.cpp', + 'PDFPage.h', + 'PDFPageInput.cpp', + 'PDFPageInput.h', + 'PDFPageMergingHelper.cpp', + 'PDFPageMergingHelper.h', + 'PDFParser.cpp', + 'PDFParser.h', + 'PDFParserTokenizer.cpp', + 'PDFParserTokenizer.h', + 'PDFParsingOptions.cpp', + 'PDFParsingOptions.h', + 'PDFParsingPath.cpp', + 'PDFParsingPath.h', + 'PDFReal.cpp', + 'PDFReal.h', + 'PDFRectangle.cpp', + 'PDFRectangle.h', + 'PDFStream.cpp', + 'PDFStream.h', + 'PDFStreamInput.cpp', + 'PDFStreamInput.h', + 'PDFSymbol.cpp', + 'PDFSymbol.h', + 'PDFTextString.cpp', + 'PDFTextString.h', + 'PDFTiledPattern.cpp', + 'PDFTiledPattern.h', + 'PDFUsedFont.cpp', + 'PDFUsedFont.h', + 'PDFWriter.cpp', + 'PDFWriter.h', + 'PFMFileReader.cpp', + 'PFMFileReader.h', + 'PNGImageHandler.cpp', + 'PNGImageHandler.h', + 'PrimitiveObjectsWriter.cpp', + 'PrimitiveObjectsWriter.h', + 'ProcsetResourcesConstants.h', + 'PSBool.cpp', + 'PSBool.h', + 'RC4.cpp', + 'RC4.h', + 'RefCountObject.cpp', + 'RefCountObject.h', + 'RefCountPtr.h', + 'ResourcesDictionary.cpp', + 'ResourcesDictionary.h', + 'SafeBufferMacrosDefs.h', + 'ShadingWriter.cpp', + 'ShadingWriter.h', + 'SimpleGlyphsDrawingContext.cpp', + 'SimpleGlyphsDrawingContext.h', + 'SimpleStringTokenizer.cpp', + 'SimpleStringTokenizer.h', + 'Singleton.h', + 'SingleValueContainerIterator.h', + 'StandardEncoding.cpp', + 'StandardEncoding.h', + 'StateReader.cpp', + 'StateReader.h', + 'StateWriter.cpp', + 'StateWriter.h', + 'SweepGradientShadingPatternWritingTask.cpp', + 'SweepGradientShadingPatternWritingTask.h', + 'TIFFImageHandler.cpp', + 'TIFFImageHandler.h', + 'TiffUsageParameters.cpp', + 'TiffUsageParameters.h', + 'TiledPatternContentContext.cpp', + 'TiledPatternContentContext.h', + 'Timer.cpp', + 'Timer.h', + 'TimersRegistry.cpp', + 'TimersRegistry.h', + 'Trace.cpp', + 'Trace.h', + 'TrailerInformation.cpp', + 'TrailerInformation.h', + 'TrueTypeANSIFontWriter.cpp', + 'TrueTypeANSIFontWriter.h', + 'TrueTypeDescendentFontWriter.cpp', + 'TrueTypeDescendentFontWriter.h', + 'TrueTypeEmbeddedFontWriter.cpp', + 'TrueTypeEmbeddedFontWriter.h', + 'TrueTypePrimitiveWriter.cpp', + 'TrueTypePrimitiveWriter.h', + 'Type1Input.cpp', + 'Type1Input.h', + 'Type1ToCFFEmbeddedFontWriter.cpp', + 'Type1ToCFFEmbeddedFontWriter.h', + 'Type1ToType2Converter.cpp', + 'Type1ToType2Converter.h', + 'Type2CharStringWriter.cpp', + 'Type2CharStringWriter.h', + 'UnicodeString.cpp', + 'UnicodeString.h', + 'UppercaseSequance.cpp', + 'UppercaseSequance.h', + 'UsedFontsRepository.cpp', + 'UsedFontsRepository.h', + 'WinAnsiEncoding.cpp', + 'WinAnsiEncoding.h', + 'WrittenFontCFF.cpp', + 'WrittenFontCFF.h', + 'WrittenFontRepresentation.h', + 'WrittenFontTrueType.cpp', + 'WrittenFontTrueType.h', + 'XCryptionCommon.cpp', + 'XCryptionCommon.h', + 'XObjectContentContext.cpp', + 'XObjectContentContext.h', + 'RadialGradientShadingPatternWritingTask.cpp', + 'RadialGradientShadingPatternWritingTask.h' ] } ]