This commit includes several updates to the Python_OpenSource_DXF project: - The core script draw_table_from_template.py has been refactored for better logic and clarity. - New utility scripts such as diagnose_blocks.py, export_dxf.py, and plot_by_block_name.py have been added to enhance diagnostic and plotting capabilities. - The convert_dxf_to_pdf.py script was removed as its functionality is now covered by other modules. - README.md and .specstory documentation have been updated to reflect these changes.
141 lines
6.6 KiB
PostScript
141 lines
6.6 KiB
PostScript
% Copyright (C) 1991 Aladdin Enterprises. All rights reserved.
|
|
% Distributed by Free Software Foundation, Inc.
|
|
%
|
|
% This file is part of Ghostscript.
|
|
%
|
|
% Ghostscript is distributed in the hope that it will be useful, but
|
|
% WITHOUT ANY WARRANTY. No author or distributor accepts responsibility
|
|
% to anyone for the consequences of using it or for whether it serves any
|
|
% particular purpose or works at all, unless he says so in writing. Refer
|
|
% to the Ghostscript General Public License for full details.
|
|
%
|
|
% Everyone is granted permission to copy, modify and redistribute
|
|
% Ghostscript, but only under the conditions described in the Ghostscript
|
|
% General Public License. A copy of this license is supposed to have been
|
|
% given to you along with Ghostscript so you can know your rights and
|
|
% responsibilities. It should be in a file named COPYING. Among other
|
|
% things, the copyright notice and this notice must be preserved on all
|
|
% copies.
|
|
|
|
%
|
|
% ***********************************************************************
|
|
% * *
|
|
% * M M OOO DDDD III FFFFF III EEEEE DDDD *
|
|
% * MM MM O O D D I F I E D D *
|
|
% * M M M O O D D I F I E D D *
|
|
% * M M O O D D I FFF I EEE D D *
|
|
% * M M O O D D I F I E D D *
|
|
% * M M O O D D I F I E D D *
|
|
% * M M OOO DDDD III F III EEEEE DDDD *
|
|
% * *
|
|
% * *
|
|
% * FFFFF III L EEEEE *
|
|
% * F I L E *
|
|
% * F I L E *
|
|
% * FFF I L EEE *
|
|
% * F I L E *
|
|
% * F I L E *
|
|
% * F III LLLLL EEEEE *
|
|
% * *
|
|
% ***********************************************************************
|
|
%
|
|
% .-------------.
|
|
% | /\ |
|
|
% | / \ |
|
|
% | / /\ \ |
|
|
% | / / \ \ |
|
|
% | / / /\ \ \ |
|
|
% | / / / \ \ \|
|
|
% `-------------' (R)
|
|
% Autodesk, Inc.
|
|
% Tools For the Golden Age of Engineering
|
|
%
|
|
% In keeping with subparagraph 2a of the Gnu General Public License
|
|
% (Version 1, February 1989):
|
|
%
|
|
% 2. You may modify your copy or copies of the Program or any
|
|
% portion of it, and copy and distribute such modifications under
|
|
% the terms of Paragraph 1 above, provided that you also do the
|
|
% following:
|
|
%
|
|
% a) cause the modified files to carry prominent notices stating
|
|
% that you changed the files and the date of any change; and...
|
|
%
|
|
% the following is a summary of the changes to this file made by
|
|
% Autodesk, Inc. in August 1991 in order to adapt Ghostscript to run
|
|
% as an ADS application and thereby to perform rendering of
|
|
% PostScript files within AutoCAD.
|
|
%
|
|
% ACADPSS.PS Ghostscript symbol font encoding vector. Called
|
|
% SYMBOL_E.PS in standard Ghostscript.
|
|
%
|
|
% ************************************************************************
|
|
|
|
% Define the Symbol encoding vector.
|
|
/SymbolEncoding
|
|
% \000
|
|
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
% \040
|
|
/space /exclam /universal /numbersign
|
|
/existential /percent /ampersand /suchthat
|
|
/parenleft /parenright /asteriskmath /plus
|
|
/comma /minus /period /slash
|
|
/zero /one /two /three
|
|
/four /five /six /seven
|
|
/eight /nine /colon /semicolon
|
|
/less /equal /greater /question
|
|
% \100
|
|
/congruent /Alpha /Beta /Chi
|
|
/Delta /Epsilon /Phi /Gamma
|
|
/Eta /Iota /theta1 /Kappa
|
|
/Lambda /Mu /Nu /Omicron
|
|
/Pi /Theta /Rho /Sigma
|
|
/Tau /Upsilon /sigma1 /Omega
|
|
/Xi /Psi /Zeta /bracketleft
|
|
/therefore /bracketright /perpendicular /underscore
|
|
% \140
|
|
/radicalex /alpha /beta /chi
|
|
/delta /epsilon /phi /gamma
|
|
/eta /iota /phi1 /kappa
|
|
/lambda /mu /nu /omicron
|
|
/pi /theta /rho /sigma
|
|
/tau /upsilon /omega1 /omega
|
|
/xi /psi /zeta /braceleft
|
|
/bar /braceright /similar /.notdef
|
|
% \200
|
|
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
% \240
|
|
/.notdef /Upsilon1 /minute /lessequal
|
|
/fraction /infinity /florin /club
|
|
/diamond /heart /spade /arrowboth
|
|
/arrowleft /arrowup /arrowright /arrowdown
|
|
/degree /plusminus /second /greaterequal
|
|
/multiply /proportional /partialdiff /bullet
|
|
/divide /notequal /equivalence /approxequal
|
|
/ellipsis /arrowvertex /arrowhorizex /carriagereturn
|
|
% \300
|
|
/aleph /Ifraktur /Rfraktur /weierstrass
|
|
/circlemultiply /circleplus /emptyset /intersection
|
|
/union /propersuperset /reflexsuperset /notsubset
|
|
/propersubset /reflexsubset /element /notelement
|
|
/angle /gradient /registerserif /copyrightserif
|
|
/trademarkserif /product /radical /dotmath
|
|
/logicalnot /logicaland /logicalor /arrowdblboth
|
|
/arrowdblleft /arrowdblup /arrowdblright /arrowdbldown
|
|
% \340
|
|
/lozenge /angleleft /registersans /copyrightsans
|
|
/trademarksans /summation /parenlefttp /parenleftex
|
|
/parenleftbt /bracketlefttp /bracketleftex /bracketleftbt
|
|
/bracelefttp /braceleftmid /braceleftbt /braceex
|
|
/.notdef /angleright /integral /integraltp
|
|
/integralex /integralbt /parenrighttp /parenrightex
|
|
/parenrightbt /bracketrighttp /bracketrightex /bracketrightbt
|
|
/bracerighttp /bracerightmid /bracerightbt /.notdef
|
|
256 packedarray def
|