ftp://ftp.kapella.gpi.ru/pub/cyrillic/psfonts/
---------------------------------------------------------------
File README in this directory contains description of
uploaded koi8 ps-fonts and installation instrictions
(in koi8 encoding)
it was last modified on Fri Aug 8 12:01:37 1997
---------------------------------------------------------------
FTP Directory: ftp://ftp.kapella.gpi.ru/pub/cyrillic/psfonts/
Parent Directory
.message . . . . . . . . . . . . [Apr 15 14:18] 1k
README . . . . . . . . . . . . . [Aug 8 08:01] 9k
XFree86-Type1_fonts.dir.scale.g> [Aug 7 07:14] 1k
XFree86-xfonts.unscaled.tgz. . . [Aug 7 10:32] 2k
gs-Fontmap.add.gz. . . . . . . . [Apr 15 14:08] 1k
gs-type1_koi8_afm.tgz. . . . . . [Aug 7 07:18] 29k
gs-type1_koi8_fonts.tgz. . . . . [Apr 15 14:08] 627k
so-psstd.fonts.add.gz. . . . . . [Aug 7 07:22] 1k
README file from ftp://ftp.kapella.gpi.ru/pub/cyrillic/psfonts/
ftp://ftp.kapella.gpi.ru/pub/cyrillic/psfonts/ Type1 ps-
koi8 koi8-r , gs-
postscript-.
Netscape Navigator StarOffice.
gs-type1_koi8_fonts.tgz :
- ERKurier KOI8-R , ttf- ((c) Gavin Helf,
1995. Changes (c) 1996 by Andrey A. Chernov).
- 3 ArialCyrMT, CourierCyrPS TimesNRCyrMT ((c) Monotype
Corporation 1990-1992), ttf-
. .
ERKurier CurierCyr monospaced . ERKurier
RFC 1489. ArialCyr ( imho
Helvetica) TimesNRCyr - proportional .
ghostscript - ,
ftp://ftp.kapella.gpi.ru/pub/cyrillic/psfonts/gs-type1_koi8_fonts.tgz
ftp://ftp.kapella.gpi.ru/pub/cyrillic/psfonts/gs-Fontmap.add.gz
( root):
$: cd /fonts/
$: tar xzf {__}/gs-type1_koi8_fonts.tgz
$: cd ../<__gs>/
$: cp Fontmap Fontmap.orig
$: zcat {__}/gs-Fontmap.add.gz >> Fontmap
( ghostscript,
/usr/local/share/ghostscript).
pfb-, - pfm-.
- afm-,
ftp://ftp.kapella.gpi.ru/pub/cyrillic/psfonts/gs-type1_koi8_afm.tgz
/fonts/.
pfa, ,
pfb- pfb2pfa pfbtops.
, gs Courier, Times
Helvetica koi8 , Fontmap :
gs-Fontmap.add. monospaced
Courier - . Fontmap
---------------------------------------------------------------
% Cyrrillic koi8 fonts/aliases
/ArialCyrMT (arial8.pfb) ;
/Arial /ArialCyrMT ;
% /Helvetica /ArialCyrMT ;
/ArialCyrMT-Bold (arialbd8.pfb) ;
/Arial-Bold /ArialCyrMT-Bold ;
% /Helvetica-Bold /ArialCyrMT-Bold ;
/ArialCyrMT-Italic (ariali8.pfb) ;
/Arial-Italic /ArialCyrMT-Italic ;
% /Helvetica-Oblique /ArialCyrMT-Italic ;
/ArialCyrMT-BoldItalic (arialbi8.pfb) ;
/Arial-BoldItalic /ArialCyrMT-BoldItalic ;
% /Helvetica-BoldOblique /ArialCyrMT-BoldItalic ;
/CourierCyrPS (cour8.pfb) ;
% /Courier /CourierCyrPS ;
/CourierCyrPS-Bold (courbd8.pfb) ;
% /Courier-Bold /CourierCyrPS-Bold ;
/CourierCyrPS-Inclined (couri8.pfb) ;
% /Courier-Oblique /CourierCyrPS-Inclined ;
/CourierCyrPS-BoldInclined (courbi8.pfb) ;
% /Courier-BoldOblique /CourierCyrPS-BoldInclined ;
/TimesNRCyrMT (times8.pfb) ;
% /Times-Roman /TimesNRCyrMT ;
/TimesNRCyrMT-Bold (timesbd8.pfb) ;
% /Times-Bold /TimesNRCyrMT-Bold ;
/TimesNRCyrMT-Inclined (timesi8.pfb) ;
% /Times-Italic /TimesNRCyrMT-Inclined ;
/TimesNRCyrMT-BoldInclined (timesbi8.pfb) ;
% /Times-BoldItalic /TimesNRCyrMT-BoldInclined ;
/ERKurierKOI8RRegular (cokoi8n.pfb) ;
% /Courier /ERKurierKOI8RRegular ;
/ERKurierKOI8RBold (cokoi8b.pfb) ;
% /Courier-Bold /ERKurierKOI8RBold ;
/ERKurierKOI8RItalic (cokoi8i.pfb) ;
% /Courier-Oblique /ERKurierKOI8RItalic ;
/ERKurierKOI8RBoldItalic (cokoi8bi.pfb) ;
% /Courier-BoldOblique /ERKurierKOI8RBoldItalic ;
---------------------------------------------------------------
ghostscript' koi8-
( X-), gs -dNOPLATFONTS.
postscript- epson lq-100 hp
laserjet hp lj4 ( printcap
"if" entry postcript-)
---cut here (begin print filter)---
#!/bin/sh
#
# Printer Postscript emulation
#
DEVICE=ljet4 # ljet2p # epson
RESOLUTION=600x600 # 300x300 # 360x180
PAPERSIZE=a4
# -Z PS PS
# -B Turns off page titles. 2 .
nenscript -TA4 -ZB -p- |\
gs -q -sDEVICE=$DEVICE \
-r$RESOLUTION \
-sPAPERSIZE=$PAPERSIZE \
-dNOPLATFONTS \
-dNOPAUSE \
-dSAFER \
-sOutputFile=- -
---cut here (end ps filter)---
(,
X-), ghostview ( gv)
-arguments -dNOPLATFONTS.
GS_OPTIONS
-dNOPLATFONTS.
/* */
netscape,
netscapeprint,
~/.netscape/preferences :
PRINT_COMMAND: netscapeprint
PRINT_PAPER: 3
---------------------------------------------------------------
#!/bin/sh
TMP=/tmp/net$$.ps
cat $@ > $TMP
# PRINTER=lp export PRINTER
( trap "rm -f $TMP" 0 1 2 3 9 10 15
ghostview -arguments -dNOPLATFONTS $TMP 2> /dev/null) &
---------------------------------------------------------------
/* */
---------------------------------------------------------------
#!/bin/sh
DEVICE=ljet4
RESOLUTION=600x600
PAPERSIZE=a4
COLUMNS="-2"
TMP=/tmp/lp$$type
trap "rm -f $TMP" 0 1 2 3 9 10 15
( # ( 4 )
dd of=$TMP count=1 bs=4 2> /dev/null
cat $TMP -
) | if grep '%!' $TMP > /dev/null ;
# mpage nenscript
then mpage -A $COLUMNS -P-
# nenscript
else nenscript -TA4 $COLUMNS -ZB -p-
fi | if [ "$DEVICE" = "PostScript" ]; then
cat -
else
gs -q -sDEVICE=$DEVICE \
-r$RESOLUTION \
-sPAPERSIZE=$PAPERSIZE \
-dNOPLATFONTS \
-dNOPAUSE \
-dSAFER \
-sOutputFile=- -
fi
# fi | lpr -l -P otherljprintername
# lpr -l ("as is with control characters")
exit 0
---------------------------------------------------------------
ftp://ftp.kapella.gpi.ru/pub/cyrillic/psfonts/
XFree86-Type1_fonts.dir.scale.gz, (
root):
$: cd /usr/X11R6/lib/X11/fonts/Type1/
$: mv fonts.dir fonts.dir.orig
$: mv fonts.scale fonts.scale.orig
$: zcat <__>/XFree86-Type1_fonts.dir.scale.gz > fonts.dir
$: cp fonts.dir fonts.scale
fonts.*, koi8
( ).
fonts.dir *.pfb (
/fonts/).
, 'xset fp rehash' (
x-). "kurier
cyr", "arial cyr", "courier cyr" "times cyr" X11-
, xterm. ( ,
fontpath ,
xdm startx).
, X-
Type1-. , ( StarOffice),
,
. , ,
XFree86 , ,
pfb- XWindow.
,
ftp://ftp.kapella.gpi.ru/pub/cyrillic/psfonts/XFree86-xfonts.unscaled.tgz
( root) 'xfs&', :
$: tar xzvf XFree86-xfonts.unscaled.tgz
$: cd xfonts.unscaled/75dpi
$: ../create_fonts < fonts.dir
$: cd ../100dpi
$: ../create_fonts < fonts.dir
create_fonts fstobdf bdftopcf,
.
, , ,
xfonts.unscaled/*/fonts.dir,
- .
fonts.dir ( ),
create_fonts.
xfonts.unscaled/*/*.pcf.Z ()
/usr/X11R6/lib/X11/fonts/cyrillic/[*dpi/], ()
(), () fonts.dir.
, ,
/usr/X11R6/lib/X11/fonts/Type1/.
gs (.1). WYSIWYG
koi8- X11
.
, NN
postscript- :
Courier monospaced Times - pro
portional. .
, NN
3.01 gs . Netscape Navigator
"" Times Courier,
"" .
(
bold / italic) .
gs (.1),
postscript-, .2.
,
- pfb- gs-type1_koi8_fonts.tgz $XPPATH/pssoftfonts/
( /usr/X11R6/lib/X11/fonts/Type1/)
- afm- gs-type1_koi8_afm.tgz $XPPATH/fontmetrics/afm/
- $XPPATH/psstd.fonts (
ftp://ftp.kapella.gpi.ru/pub/cyrillic/psfonts/so-psstd.fonts.add.gz)
'zcat so-psstd.fonts.add.gz >> $XPPATH/psstd.fonts'
( XPPATH , , /usr/local/StarOffice-3.1/xp3).
, StarOffice-
- postscript-,
"kurier cyr", "arial cyr", "courier cyr" "times cyr".
,
XFree86-Type1_fonts.dir.scale.gz
gs-type1_koi8_afm.tgz
08.08.97.
--------
, .
XFree86-Type1_fonts.dir.scale.gz -
X-, StarOffice
(, "times cyr" "times").
gs-type1_koi8_afm.tgz *.afm ,
swriter3 .
============
:
FreeBSD 2.1.5-R, 2.2.1-R, 2.2.2-R
XFree86 3.1.2, 3.2, 3.3
Ghostscript 4.03
Netscape 3.01 Gold
StarOffice 3.1 for Linux, Linux FreeBSD 2.2.2-R
:
- 0x80-0x9f X- ,
0xa1-0xdf
. 0xa0 X- .
, koi8-r (,
, ERKurier). Netscape
... :-(
============
,
ps- readme
jack@gpi.ru
Last-modified: Wed, 02 Sep 1998 05:30:04 GMT