//--------------------------------------------------------------------//
        //                                              C o n s t r u c t o r //
        // T o o l S o f t G e n P C L                                        //
        //                                                                    //
        //--------------------------------------------------------------------//

        public ToolSoftFontGenPCL(DataTable tableLog,
                                  ToolSoftFontGenTTF ttfHandler)
        {
            _baseHandler = new ToolSoftFontGenPCLCommon();

            _tableLog = tableLog;

            _ttfHandler = ttfHandler;
        }