home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / tema / jpcad / DXFTEXT.CN_ / DXFTEXT.CN
Text File  |  1998-01-21  |  5KB  |  153 lines

  1. ; AUTOCAD<->JPCAD font conversion table
  2.  
  3. ; Each line represents one font conversion
  4. ; Format is :
  5. ; <af>,<wf>[,[<h>][,[<ts>][,[<ms>][,[<ms>][,[<w>][,[<i>][,[<ch>][,<cp>]]]]]]]]
  6. ; where:
  7. ; af - is AUTOCAD font name
  8. ; wf - is windows font name
  9. ; h  - is height factor (number by which is autocad text height divided)
  10. ;      default is 1.0
  11. ; ts - is top shift (shift for top vertical align)
  12. ;      default is 0.0
  13. ; ms - is middle shift (shift for middle vertical align)
  14. ;      default is 0.0
  15. ; bs - is bottom shift (shift for bottom vertical align)
  16. ;      default is 0.0
  17. ; w  - is weight (number from 0 to 1000 to define character weight)
  18. ;      THIN             100
  19. ;      EXTRALIGHT       200
  20. ;      LIGHT            300
  21. ;      NORMAL           400             - default
  22. ;      MEDIUM           500
  23. ;      SEMIBOLD         600
  24. ;      BOLD             700
  25. ;      EXTRABOLD        800
  26. ;      HEAVY            900
  27. ; i  - is italic flag (charcter 'i' or 'I' means italic otherwise no italic)
  28. ;      default is no italic         
  29. ; ch - is charset (number defined by windows to define character set of font)
  30. ;      ANSI_CHARSET            0        
  31. ;      DEFAULT_CHARSET         1        - default
  32. ;      SYMBOL_CHARSET          2
  33. ;      SHIFTJIS_CHARSET        128
  34. ;      HANGEUL_CHARSET         129
  35. ;      GB2312_CHARSET          134
  36. ;      CHINESEBIG5_CHARSET     136
  37. ;      OEM_CHARSET             255
  38. ;      JOHAB_CHARSET           130
  39. ;      HEBREW_CHARSET          177
  40. ;      ARABIC_CHARSET          178
  41. ;      GREEK_CHARSET           161
  42. ;      TURKISH_CHARSET         162
  43. ;      THAI_CHARSET            222
  44. ;      EASTEUROPE_CHARSET      238
  45. ;      RUSSIAN_CHARSET         204
  46. ; cp - is code page of autocad font
  47. ;      default is code page for DXF drawing ($DWGCODEPAGE variable)
  48.  
  49. ;   values wf, w, i and ch defines character shape in windows (JPCAD)
  50. ;   value h is real character height in JPCAD when AUTOCAD height is 1.0
  51. ;   values ts, ms and bs defines shifts of insertion points for
  52. ;   top, middle and bottom vertical align
  53.  
  54. ;   default AUTOCAD font and default JPCAD font can be defined
  55. ;   if wf is empty it is default AUTOCAD font used when no other table entry
  56. ;   match searched windows font
  57. ;   if af is empty it is default windows font used when no other table entry
  58. ;   match searched AUTOCAD font
  59. ;   each of these entries can be defined only once
  60.  
  61. ; default windows font
  62. ,Arial,0.93
  63.  
  64. ; default AUTOCAD font
  65. TXT,,0.93
  66.  
  67. ;; conversions saveing height of texts
  68. ;TXT.SHX,Courier New,0.74
  69. ;TXT,Courier New,0.74
  70.  
  71. ;SCRIPTS.SHX,Script,
  72. ;SCRIPTS,Script,
  73.  
  74. ;SCRIPTC.SHX,Script,
  75. ;SCRIPTC,Script,
  76.  
  77. ;ROMANT.SHX,Times New Roman,0.84,0,0,0,900
  78. ;ROMANT,Times New Roman,0.84,0,0,0,900
  79.  
  80. ;ROMANS.SHX,Arial,0.93,0,0,0,300
  81. ;ROMANS,Arial,0.93,0,0,0,300
  82.  
  83. ;ROMAND.SHX,Arial,0.93,0,0,0,600
  84. ;ROMAND,Arial,0.93,0,0,0,600
  85.  
  86. ;ROMANC.SHX,Times New Roman,0.84,0,0,0,700
  87. ;ROMANC,Times New Roman,0.84,0,0,0,700
  88.  
  89. ;MONOTXT.SHX,Courier New,0.74
  90. ;MONOTXT,Courier New,0.74
  91.  
  92. ;ITALICT.SHX,Times New Roman,0.87,0,0,0,900,i
  93. ;ITALICT,Times New Roman,0.87,0,0,0,900,i
  94.  
  95. ;ITALICC.SHX,Times New Roman,0.88,0,0,0,100,i
  96. ;ITALICC,Times New Roman,0.88,0,0,0,100,i
  97.  
  98. ;ITALIC.SHX,Times New Roman,0.88,0,0,0,500,i
  99. ;ITALIC,Times New Roman,0.88,0,0,0,500,i
  100.  
  101. ;GREEKC.SHX,Symbol,0.84,0,0,0,700
  102. ;GREEKC,Symbol,0.84,0,0,0,700
  103.  
  104. ;GREEKS.SHX,Symbol,0.84,0,0,0,400
  105. ;GREEKS,Symbol,0.84,0,0,0,400
  106.  
  107. ;COMPLEX.SHX,Times New Roman,0.88,0,0,0,200
  108. ;COMPLEX,Times New Roman,0.88,0,0,0,200
  109.  
  110. ;SIMPLEX.SHX,Arial,0.93,0,0,0,1
  111. ;SIMPLEX,Arial,0.93,0,0,0,1
  112.  
  113. ;; conversions saveing width of texts
  114. TXT.SHX,Courier New,0.83
  115. TXT,Courier New,0.83
  116.  
  117. ROMANT.SHX,Times New Roman,0.77,,,,900
  118. ROMANT,Times New Roman,0.77,,,,900
  119.  
  120. ROMANS.SHX,Arial,0.84,,,,300
  121. ROMANS,Arial,0.84,,,,300
  122.  
  123. ROMAND.SHX,Arial,0.84,,,,600
  124. ROMAND,Arial,0.84,,,,600
  125.  
  126. ROMANC.SHX,Times New Roman,0.78,,,,700
  127. ROMANC,Times New Roman,0.78,,,,700
  128.  
  129. MONOTXT.SHX,Courier New,0.82,,,,600
  130. MONOTXT,Courier New,0.82,,,,600
  131.  
  132. ITALICT.SHX,Times New Roman,0.71,,,,900,i
  133. ITALICT,Times New Roman,0.71,,,,900,i
  134.  
  135. ITALICC.SHX,Times New Roman,0.7,,,,100,i
  136. ITALICC,Times New Roman,0.7,,,,100,i
  137.  
  138. ITALIC.SHX,Times New Roman,0.69,,,,500,i
  139. ITALIC,Times New Roman,0.69,,,,500,i
  140.  
  141. GREEKC.SHX,Symbol,0.79,,,,700
  142. GREEKC,Symbol,0.79,,,,700
  143.  
  144. GREEKS.SHX,Symbol,0.82,,,,400
  145. GREEKS,Symbol,0.82,,,,400
  146.  
  147. COMPLEX.SHX,Times New Roman,0.77,,,,200
  148. COMPLEX,Times New Roman,0.77,,,,200
  149.  
  150. SIMPLEX.SHX,Arial,0.83,,,,1
  151. SIMPLEX,Arial,0.83,,,,1
  152.  
  153.