diff options
Diffstat (limited to 'japanese/font-vlgothic/files/pkg-install.in')
-rw-r--r-- | japanese/font-vlgothic/files/pkg-install.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/japanese/font-vlgothic/files/pkg-install.in b/japanese/font-vlgothic/files/pkg-install.in index d3a3e12482d1..1a3298463a08 100644 --- a/japanese/font-vlgothic/files/pkg-install.in +++ b/japanese/font-vlgothic/files/pkg-install.in @@ -30,10 +30,10 @@ make_xlfd() _poc=$5 case "${_poc}:${_enc}" in - p:jisx0201.1976-*) PFIX="fp=y:bw=0.5" ;; - c:jisx0201.1976-*) PFIX="fp=n:bw=0.5" ;; - p:*) PFIX="fp=y" ;; - c:*) PFIX="fp=n" ;; + p:jisx0201.1976-*) PFIX="bw=0.5" ;; + c:jisx0201.1976-*) PFIX="bw=0.5" ;; + p:*) PFIX="" ;; + c:*) PFIX="" ;; esac set -- "${ROMA}" medium-r \ @@ -59,7 +59,9 @@ addentries () for ENC in iso8859-1 iso10646-1 jisx0201.1976-0 jisx0208.1983-0 jisx0208.1990-0 do make_xlfd $ENC VL-PGothic-Regular.ttf vlgothic "VL_PGothic" p + make_xlfd $ENC VL-PGothic-Regular.ttf vlgothic gothic p make_xlfd $ENC VL-Gothic-Regular.ttf vlgothic "VL_Gothic" c + make_xlfd $ENC VL-Gothic-Regular.ttf vlgothic gothic c done } |