> 4. Convert all the fonts to bitmap-only sfnt, and give them the
>    extension ttf (for now -- see my next message):
>
>  $ for i in *.pcf; do fonttosfnt -o ${i%.pcf}.ttf $i ; done
>  $ rm *.pcf

Sorry, forgot an important step: transcoded fonts should be removed,
on-the-fly transcoding will happen.

  $ rm *-*-*.pcf
  $ for i in *.pcf; do fonttosfnt -o ${i%.pcf}.ttf $i ; done
  $ rm *.pcf

                                        Juliusz

_______________________________________________
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts

Reply via email to