groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] How to add chinese font for groff?


From: Jeff Zhang
Subject: Re: [Groff] How to add chinese font for groff?
Date: Wed, 14 Mar 2007 08:39:03 +0800

On 3/14/07, Werner LEMBERG <address@hidden> wrote:

> Using fontforge to find which chinese glyphs in the pfa file (like
> sunex9a.pfa), then just input some of those glyphs will give a
> correct ps file.  If it can use groff's fallback mechanism, it
> should work, however, I don't know how to do it. :)

Try this:

  .ds SUNEXT SUNEXT00 \
             SUNEXT01 \
             ...      \
             SUNEXTff

  .special \*[SUNEXT]


    Werner



It works, though it takes longer time to finish than the assigned one. Some
addition works, like preprocessing or fast indexing, should make things
better.
And many thanks for the instruction! :)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]