Is it easy to make fonts available to tgif?
My Firefox browser displays Tork fonts without a problem.
I tried to make some Tork font available to tgif and got the following
error message:
The '-*-tork-medium-r-normal-*-14-*-*-*-*-*-iso10646-1' double-byte font
has min_byte1=\000 and max_byte1=\377.
Tgif does not know how to handle this double-byte font. Please don't use
this font and e-mail this error message to bill.cheng@[EMAIL PROTECTED]
'd added the following to my .Xdefault file:
Tgif.AdditionalFonts: \n\
tork-medium-r-normal \n\
iso10646-1 \n\
TorkFS-Regular \n\
\n\
tork-bold-r-normal \n\
iso10646-1 \n\
TorkFS-Regular \n\
\n\
tork-medium-i-normal \n\
iso10646-1 \n\
TorkFS-Regular \n\
\n\
tork-bold-i-normal \n\
iso10646-1 \n\
TorkFS-Regular \n\
because xlsfonts(1) returned:
....
-larabiefonts-tork-bold-i-normal--0-0-0-0-p-0-iso10646-1
-larabiefonts-tork-bold-o-normal--0-0-0-0-p-0-iso10646-1
-larabiefonts-tork-bold-r-normal--0-0-0-0-p-0-iso10646-1
-larabiefonts-tork-medium-i-normal--0-0-0-0-p-0-iso10646-1
-larabiefonts-tork-medium-o-normal--0-0-0-0-p-0-iso10646-1
-larabiefonts-tork-medium-r-normal--0-0-0-0-p-0-iso10646-1
....
I guess it's the iso10646 that lead's tgif to suspect that the font is
double-byte ...?
Are the fonts that Firefox uses not the same ones as shown by xlsfonts(1)?
Or, is Tork really a double-byte font?
TIA