HP-UX 11i v3 International Printing Features

22
For font-name, you can use either an XLFD
8
of the system's X font server fonts or a full path for PCF
X11 fonts. The following is an example of the code font-mapping file. This example enables the use of
UDC characters at 120-ku of Shift JIS.
# Sample UDC code font mapping file
# For ja_JP.SJIS input data
# input-code (ku/ten) font-code
# --------------------------------
# 0xFC9F (120/01) --> U+329E
# 0xFCA0 (120/02) --> U+2702
#
# 0xFCA1 (120/03) --> U+27DA0 (X0213-2-89-15)
# 0xFCA3 (120/04) --> U+27E10 (X0213-2-89-18)
#
/font=-ricoh-hgminchol-medium-r-normal--0-0-0-0-m-0-iso10646-1
0xFC9F 0x329E
0xFCA0 0x2702
/font=-ricoh-hggothicb-medium-r-normal--0-0-0-0-m-0-iso10646p2-2
/typeface=gothic
0xFCA1 0x7DA0
0xFCA2 0x7E10
/font=-ricoh-hgminchol-medium-r-normal--0-0-0-0-m-0-iso10646p2-2
/typeface=mincho
0xFCA1 0x7DA0
0xFCA2 0x7E10
8
X Logical Font Description.