On Jan 18, 2008 5:10 PM, Werner LEMBERG <[EMAIL PROTECTED]> wrote:
>
> > Now problems: since the font is not yet a part of the Wadalab fonts,
> > I wanted to test it now in C49 encoding (just like before I tested
> > it with C70 encoding). So I made a c49dgjhw.fd file and a dgjhw.map
> > file.
>
> A stand-alone c49dgjhw.fd file is not useful, I think.  This should be
> rather c49{min,goth,maru}.fd to allow the use of \CJKhwkatakana.
>
> > \DeclareFontFamily{C49}{dgjhw}{\hyphenchar [EMAIL PROTECTED]
>
> In c49min.fd, the family name must be `min'.  Similarly the other
> files.

OK.  I have added a line for dgjhw to the wadalab.map file. There is
some issue in that Debian thinks this is an automatically-generated
file and does some things in the /etc directory.

More problems. I tried as c49min.fd the following based on c42 example:
\DeclareFontFamily{C49}{min}{\hyphenchar [EMAIL PROTECTED]
\DeclareFontShape{C49}{min}{m}{n}{<-> CJK * dgjhw}{}
\DeclareFontShape{C49}{min}{bx}{n}{<-> CJKb * dgjhw}{\CJKbold}

This gave errors, so I tried with the original one of:
\DeclareFontFamily{C49}{min}{\hyphenchar [EMAIL PROTECTED]
\DeclareFontShape{C49}{min}{m}{n}{<-> dgjhw}{}
\DeclareFontShape{C49}{min}{bx}{n}{<-> dgjhw}{\CJKbold}

This compiled but no characters appeared for hwkatakana. I see in the
SJISdnp.enc file that the hwkatakana characters are all listed as
[EMAIL PROTECTED] rather than as indexed entries to some dgj* font. I also
understand by now that DeclareFontShape is about a whole family of
subfonts. So I think maybe I need to make my c49goth.fd file (since I
used the Gothic Wadalab as a basis) as:

\DeclareFontFamily{C49}{min}{\hyphenchar [EMAIL PROTECTED]
\DeclareFontShape{C49}{min}{m}{n}{<-> dgj}{}
\DeclareFontShape{C49}{min}{bx}{n}{<-> dgj}{\CJKbold}

However, now I don't see where I should make it known that dgjhw is
the file to search for the glyphs needed, because SJISdnp.enc writes
the hwkatakana out as encodings without reference to a font.

I'll keep on looking!
Regards, Gernot

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

Reply via email to