Linux FAQ's & Manuals
- Linux Scripts
- Debian Install
- Bash For Beginners
- Bugzilla
- Consultants Guide
- GCC Manual
- Linux Command Line Tools
- Gnu Pascal Coding Standards
- Linux Installation Disk
- Labolatorium Linux(PL)
- Budowa systemu Linux(PL)
- Linux Dictionary
- Network Administrators
- Rescue Disk for Linux
- Red Hat Installation
- Red Hat Customization
- Red Hat Getting Started
- Red Hat Security
- Secure & Optimize
- Slackware Manual
- Suse Support
- Suse FAQ
ZDNet Asia: "Linux has been riding on a wave in China, topping the growth of all operating systems in the first quarter of 2007, says an industry analyst."
Monitoring Debian Servers Using Monit
Debian Admin: "monit is a utility for managing and monitoring, processes, files, directories and devices on a UNIX system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations."
Mozilla Firefox Still At Risk
Earthweb News: "Sometimes you get the flaw fixed right the first time and sometimes you don't. For Mozilla, apparently they have not properly fixed at least two types of flaws which they previously claimed to have fixed."
Ubuntu Must 'Play To Its Strengths" to Beat Microsoft
Wired: '"You can be sure of succeeding in your attacks if you only attack places which are undefended."'
Attorney: GPLv3 may not bind Microsoft
CNet News: "Microsoft should be able to extricate itself from the implications of the General Public License version 3, according to a leading Australian intellectual property lawyer."
cid-keyed fonts
the cid-keyed font packages work with x11 and for printing with ghostscript.
cid-keyed fonts are postscript fonts in a new format developed by adobe especially for languages which need very many glyphs, like for example asian languages.
cid-keyed fonts consist of cidfont files which contain the character descriptions (outline, hinting information) and a set of cmap (character map) files, which are used for the mapping from the cid (character id) to the character code in the desired encoding.
all the cmap files are now part of the ghostscript-cjk package on suse linux > = 8.2.10that means that you need to have the ghostscript-cjk package installed to use cid-keyed fonts.
cid-keyed fonts packages which are already distributed with suse linux are:
cid-keyed-fonts-wada(japanese, adobe-japan1 character collection)cid-keyed-fonts-wadah(japanese, adobe-japan2 character collection)cid-keyed-fonts-munhwa(korean, adobe-korea1 character collection)cid-keyed-fonts-moe(traditional chinese, adobe-cns1 character collection)
if you have additional cid-keyed fonts and want to install them, you just have to copy the font files into the directory /usr/share/ghostscript/resource/cidfont/ and the .afm files into the directory /usr/share/ghostscript/resource/afm/. look at one of the already available font packages for cid-keyed fonts as an example:
mfabian@magellan:~$ rpm -qi cid-keyed-fonts-wada-20021114-71 /usr/share/doc/packages/cid-keyed-fonts-wada /usr/share/doc/packages/cid-keyed-fonts-wada/license /usr/share/ghostscript /usr/share/ghostscript/resource /usr/share/ghostscript/resource/afm /usr/share/ghostscript/resource/afm/wadago-bold.afm /usr/share/ghostscript/resource/afm/wadamarugo-regular.afm /usr/share/ghostscript/resource/afm/wadamin-bold.afm /usr/share/ghostscript/resource/afm/wadamin-regular.afm /usr/share/ghostscript/resource/cidfont /usr/share/ghostscript/resource/cidfont/wadago-bold /usr/share/ghostscript/resource/cidfont/wadamarugo-regular /usr/share/ghostscript/resource/cidfont/wadamin-bold /usr/share/ghostscript/resource/cidfont/wadamin-regular mfabian@magellan:~$
after copying the files into these directories, the fonts can be immediately used by ghostscript. as a trivial postscript file for testing you can use something like
% -*- coding: utf-8 -*- /wadamin-bold-unijis-utf8-h findfont 30 scalefont setfont 50 200 moveto (漢字) show showpage
and use the name of your new cid-keyed font instead of ``wadamin-bold''.
to make the cid-keyed fonts available for use with x11 as well, call
/usr/sbin/cidfont-x11-config
see also its man-page: ``man cidfont-x11-config''. you may also call
suseconfig --module fonts
instead. among other things, this will also call /usr/sbin/cidfont-x11-config.
footnotes
- ... 8.2.10
- on older versions of suse linux there were several packages containing cmap files: cmap-adobe-cns1, cmap-adobe-gb1, cmap-adobe-identity, cmap-adobe-japan1.rpm, cmap-adobe-japan2, and cmap-adobe-korea1