1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/japanese/dvi2dvi/files/patch-af
R. Imura 3b7141ab93 Update to version 1.1
PR:		15171
Submitted by:	Maintainer
1999-12-10 06:14:28 +00:00

41 lines
1.2 KiB
Plaintext

--- lib/fonts/p2pn.orig Sat Jun 13 03:03:38 1998
+++ lib/fonts/p2pn Tue Nov 30 04:19:35 1999
@@ -1,14 +1,15 @@
# min,goth -> dm,dg
-font jvf * 0 $af/vf-a2n/%f.vf
+font jvf * 0 $vf/vf-a2n/%f.vf
# tmin,tgoth -> dm,dg + d?jsy in vertical mode
-font jvf * 0 $af/vf-p2pn/%f.vf
+font jvf * 0 $vf/vf-p2pn/%f.vf
font decomp * 0 dm,ntt
font decomp * 0 dg,ntt
#
# tfm of NTT subfont (dmjsy10.tfm ...)
-font tfm * 0 $nsf/tfm/%f.tfm
+font tfm * 0 $nsf/mincho/%f.tfm
+font tfm * 0 $nsf/gothic/%f.tfm
# tfm of ascii font
-font tfm * 0 $f/tfm/%f.tfm
+font tfm * 0 $f/%f.tfm
#
ptex special vert "ps:gsave currentpoint currentpoint translate 90 rotate neg exch neg exch translate"
ptex special end "ps:currentpoint grestore moveto"
--- lib/fontsk/p2pn.orig Sat Jun 13 03:02:00 1998
+++ lib/fontsk/p2pn Tue Nov 30 04:21:39 1999
@@ -1,11 +1,13 @@
# min,goth -> dm,dg
-font jvf * 0 $tmf/vf//a2n/
+font jvf * 0 $vf/vf-a2n/
# tmin,tgoth -> dm,dg + d?jsy in vertical mode
-font jvf * 0 $tmf/vf//p2pn/
+font jvf * 0 $vf/vf-p2pn/
font decomp * 0 dm,ntt
font decomp * 0 dg,ntt
#
# tfm of all fonts
+font tfm * 0 $nsf/mincho/
+font tfm * 0 $nsf/gothic/
font tfm * 0 $tmf/tfm//
#
ptex special vert "ps:gsave currentpoint currentpoint translate 90 rotate neg exch neg exch translate"