AutoXchange 2024 Technical Documentation

Default Font Selection

Default TTF Selection

AutoXChange can automatically set the Default TrueType Font based on the CodePage defined in the AutoCAD DWG drawing. If the CodePage is not defined then the Default Font will be Arial.ttf.

See the section Font Parameters from the Parameter Interface for more details and direct parameter controls.

Standard TTF mapping overview


graph TD
  C{CodePage}
C -->| CP_ASCII
CP_8859_1
CP_8859_2
CP_8859_3
CP_8859_4
CP_8859_5
CP_8859_6
CP_8859_7
CP_8859_8
CP_8859_9
CP_DOS437
CP_DOS850
CP_DOS852
CP_DOS857
CP_ANSI_1252
CP_ANSI_1200
CP_UTF_8
CP_MACINTOSH | D[arial] C -->| CP_DOS865
CP_DOS869
CP_DOS855
CP_DOS860
CP_DOS861
CP_DOS863
CP_DOS866
CP_ANSI_1250
CP_ANSI_1251
CP_ANSI_1253
CP_ANSI_1254
CP_ANSI_1257 | E[arial unicode] C -->| CP_BIG5
CP_GB2312
CP_ANSI_936 | I[Chinese
simsun] C -->| CP_JOHAB
CP_ANSI_949
CP_ANSI_950
CP_ANSI_1361 | M[Korean
batang] C -->| CP_DOS864 | F[simplified arabic] C -->| CP_ANSI_1256 | G[arabic] C -->| CP_DOS932
CP_ANSI_932 | H[Japanese
ms gothic] C -->| CP_KSC5601 | J[Korean
nanum gothic] C -->| CP_ANSI_1255 | K[Hebrew
david] C -->| CP_ANSI_874 | L[Thai
norasi] C -->| CP_ANSI_1258 | N[Vietnamese
calibri]

Default BigFont Selection

AutoXChange can automatically set the Default BigFont based on the CodePage defined in the AutoCAD DWG drawing. If the CodePage is not defined then the Default BigFont will not be set. Of course, if the Default BigFont Parameter is set then that value will be used instead of the selection based on the CodePage.

See the section Font Parameters from the Parameter Interface for more details and direct parameter controls.

Standard BigFont mapping overview


graph TD
  C{CodePage}
  C -->| ANSI 936
GB2312
BIG5 | D[Simplified Chinese
hztxt.shx] C -->| ANSI 950 | E[Traditional Chinese
china.shx] C -->|ANSI 949
ANSI 1361| F[Korean
hgtxt.shx] C -->|ANSI 932
DOS 932| G[Japanese
bigfont.shx]
Last updated on 23 Dec 2022
Published on 22 Dec 2022