! Cross platform conversion config file specifications
! ====================================================

! DEFMACTOWINCONVTABLE = n
! Used only on Windows. If specified then all Mac strings having no fontname
! (for example the library part file names) will be converted with this conversion table. 
! Otherwise the (Windows) system default conversion table is used.

! DEFWINTOMACCONVTABLE = n
! Used only on Macintosh. If specified then all Windows strings having no fontname
! (for example the library part file names) will be converted with this conversion table.
! Otherwise the (Mac) system default conversion table is used.

! FONTPAIR = "WinFontName", wCharSet, "MacFontName", mScript, convTable
! Used on both Windows and Mac platforms. It specifies the fontname exchange.
! Windows charset and macintosh script code should be set properly for conversion.

! Available conversion table IDs
! ------------------------------

!  0	= Western European
!  1	= Japanese
!  2	= Traditional Chinese
!  3	= Korean
!  4	= Arabic
!  5	= Hebrew
!  6	= Greek
!  7	= Russian
! 21	= Thai
! 25	= Simplified Chinese
! 29	= Central European

! Available character sets on Windows and Macintosh platforms
! -----------------------------------------------------------
! 0		= Western European				(ANSI_CHARSET)
! 128	= Japanese						     (SHIFTJIS_CHARSET)
! 129	= Korean						       (HANGEUL_CHARSET)
! 134	= Chinese [PRC, Singapore]		  (GB2312_CHARSET)
! 136	= Chinese [Taiwan, Hong Kong]	(CHINESEBIG5_CHARSET)
! 177	= Hebrew						       (HEBREW_CHARSET)
! 178	= Arabic						       (ARABIC_CHARSET)
! 161	= Greek							       (GREEK_CHARSET)
! 162	= Turkish					      	(TURKISH_CHARSET)
! 222	= Thai						        	(THAI_CHARSET)
! 238	= Eastern European			(EASTEUROPE_CHARSET)
! 204	= Russian						      (RUSSIAN_CHARSET)


!=============================================================================================

DEFMACTOWINCONVTABLE = 0
DEFWINTOMACCONVTABLE = 0

!=============================================================================================
!			WIN FONTNAME	WIN CHARSET		MAC FONTNAME	MAC CHARSET	CONVTABLE
!=============================================================================================

FONTPAIR = "Arial",			        	0,			"Helvetica",    	0			0
FONTPAIR = "Times New Roman", 	0,			"Times",			      0			0
FONTPAIR = "Courier New",	    	0,			"Courier",		    	0			0
FONTPAIR = "Lucida Console",	  0,			"Monaco",		 	    0			0
FONTPAIR = "Verdana",		      	 0,			"Geneva",		 	    0			0


FONTPAIR = "Arial",				      161,		"",		   0			6	! Systematos
FONTPAIR = "Lucida Console",	161,		"Ȇ ",  	0			6	! Me analogike
FONTPAIR = "Impact",			      161,		"ȕ󘔇",			    0			6	! Monterna

FONTPAIR = "Lucida Console",	204,		"Pryamoy Prop",	204			7
FONTPAIR = "Courier New",		  204,		"Pryamoy",			   204			7

FONTPAIR = "Arial Narrow",	 	238,		"Geneva CE",		  238		29

!=============================================================================================
