> I did the same with the HGSoeiKakugothicUB.ttf (extracted from a
> .ttc bundle with fontforge) and notice that I seem to have messed up
> something: only the japanese characters are correctly chosen from
> the font---it seems the english text is all still set using the
> default CM fonts.

This is correct.  By default, the CJK package doesn't use input
characters from the range 0x00-0x7f.  If you want to do that, you have
to use the trick from the UTF8.tex example file.

  % we want the Unicode font for normal text also
  \DeclareFontFamily{T1}{HGSoei}{}
  \DeclareFontShape{T1}{song}{m}{n}{<-> hgsoei00}{}
  \renewcommand\rmdefault{HGSoei}

Actually, the same problem should occur with msgothic.


    Werner

_______________________________________________
Cjk maillist  -  [email protected]
https://lists.ffii.org/mailman/listinfo/cjk

Reply via email to