home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 March
/
Chip_1998-03_cd.bin
/
tema
/
jpcad
/
DXFTEXT.CN_
/
DXFTEXT.CN
Wrap
Text File
|
1998-01-21
|
5KB
|
153 lines
; AUTOCAD<->JPCAD font conversion table
; Each line represents one font conversion
; Format is :
; <af>,<wf>[,[<h>][,[<ts>][,[<ms>][,[<ms>][,[<w>][,[<i>][,[<ch>][,<cp>]]]]]]]]
; where:
; af - is AUTOCAD font name
; wf - is windows font name
; h - is height factor (number by which is autocad text height divided)
; default is 1.0
; ts - is top shift (shift for top vertical align)
; default is 0.0
; ms - is middle shift (shift for middle vertical align)
; default is 0.0
; bs - is bottom shift (shift for bottom vertical align)
; default is 0.0
; w - is weight (number from 0 to 1000 to define character weight)
; THIN 100
; EXTRALIGHT 200
; LIGHT 300
; NORMAL 400 - default
; MEDIUM 500
; SEMIBOLD 600
; BOLD 700
; EXTRABOLD 800
; HEAVY 900
; i - is italic flag (charcter 'i' or 'I' means italic otherwise no italic)
; default is no italic
; ch - is charset (number defined by windows to define character set of font)
; ANSI_CHARSET 0
; DEFAULT_CHARSET 1 - default
; SYMBOL_CHARSET 2
; SHIFTJIS_CHARSET 128
; HANGEUL_CHARSET 129
; GB2312_CHARSET 134
; CHINESEBIG5_CHARSET 136
; OEM_CHARSET 255
; JOHAB_CHARSET 130
; HEBREW_CHARSET 177
; ARABIC_CHARSET 178
; GREEK_CHARSET 161
; TURKISH_CHARSET 162
; THAI_CHARSET 222
; EASTEUROPE_CHARSET 238
; RUSSIAN_CHARSET 204
; cp - is code page of autocad font
; default is code page for DXF drawing ($DWGCODEPAGE variable)
; values wf, w, i and ch defines character shape in windows (JPCAD)
; value h is real character height in JPCAD when AUTOCAD height is 1.0
; values ts, ms and bs defines shifts of insertion points for
; top, middle and bottom vertical align
; default AUTOCAD font and default JPCAD font can be defined
; if wf is empty it is default AUTOCAD font used when no other table entry
; match searched windows font
; if af is empty it is default windows font used when no other table entry
; match searched AUTOCAD font
; each of these entries can be defined only once
; default windows font
,Arial,0.93
; default AUTOCAD font
TXT,,0.93
;; conversions saveing height of texts
;TXT.SHX,Courier New,0.74
;TXT,Courier New,0.74
;SCRIPTS.SHX,Script,
;SCRIPTS,Script,
;SCRIPTC.SHX,Script,
;SCRIPTC,Script,
;ROMANT.SHX,Times New Roman,0.84,0,0,0,900
;ROMANT,Times New Roman,0.84,0,0,0,900
;ROMANS.SHX,Arial,0.93,0,0,0,300
;ROMANS,Arial,0.93,0,0,0,300
;ROMAND.SHX,Arial,0.93,0,0,0,600
;ROMAND,Arial,0.93,0,0,0,600
;ROMANC.SHX,Times New Roman,0.84,0,0,0,700
;ROMANC,Times New Roman,0.84,0,0,0,700
;MONOTXT.SHX,Courier New,0.74
;MONOTXT,Courier New,0.74
;ITALICT.SHX,Times New Roman,0.87,0,0,0,900,i
;ITALICT,Times New Roman,0.87,0,0,0,900,i
;ITALICC.SHX,Times New Roman,0.88,0,0,0,100,i
;ITALICC,Times New Roman,0.88,0,0,0,100,i
;ITALIC.SHX,Times New Roman,0.88,0,0,0,500,i
;ITALIC,Times New Roman,0.88,0,0,0,500,i
;GREEKC.SHX,Symbol,0.84,0,0,0,700
;GREEKC,Symbol,0.84,0,0,0,700
;GREEKS.SHX,Symbol,0.84,0,0,0,400
;GREEKS,Symbol,0.84,0,0,0,400
;COMPLEX.SHX,Times New Roman,0.88,0,0,0,200
;COMPLEX,Times New Roman,0.88,0,0,0,200
;SIMPLEX.SHX,Arial,0.93,0,0,0,1
;SIMPLEX,Arial,0.93,0,0,0,1
;; conversions saveing width of texts
TXT.SHX,Courier New,0.83
TXT,Courier New,0.83
ROMANT.SHX,Times New Roman,0.77,,,,900
ROMANT,Times New Roman,0.77,,,,900
ROMANS.SHX,Arial,0.84,,,,300
ROMANS,Arial,0.84,,,,300
ROMAND.SHX,Arial,0.84,,,,600
ROMAND,Arial,0.84,,,,600
ROMANC.SHX,Times New Roman,0.78,,,,700
ROMANC,Times New Roman,0.78,,,,700
MONOTXT.SHX,Courier New,0.82,,,,600
MONOTXT,Courier New,0.82,,,,600
ITALICT.SHX,Times New Roman,0.71,,,,900,i
ITALICT,Times New Roman,0.71,,,,900,i
ITALICC.SHX,Times New Roman,0.7,,,,100,i
ITALICC,Times New Roman,0.7,,,,100,i
ITALIC.SHX,Times New Roman,0.69,,,,500,i
ITALIC,Times New Roman,0.69,,,,500,i
GREEKC.SHX,Symbol,0.79,,,,700
GREEKC,Symbol,0.79,,,,700
GREEKS.SHX,Symbol,0.82,,,,400
GREEKS,Symbol,0.82,,,,400
COMPLEX.SHX,Times New Roman,0.77,,,,200
COMPLEX,Times New Roman,0.77,,,,200
SIMPLEX.SHX,Arial,0.83,,,,1
SIMPLEX,Arial,0.83,,,,1