File: cidmenu.html

package info (click to toggle)
pfaedit 0.0.20020312-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 29,804 kB
  • ctags: 34,822
  • sloc: ansic: 372,277; sh: 7,619; makefile: 231
file content (131 lines) | stat: -rw-r--r-- 4,145 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<HTML>
<HEAD>
  <!-- Created with AOLpress/2.0 -->
  <!-- AP: Created on: 30-Jul-2001 -->
  <!-- AP: Last modified: 15-Dec-2001 -->
  <TITLE>The CID Menu and CID keyed fonts</TITLE>
</HEAD>
<BODY>
<H1 ALIGN=Center>
  The CID Menu
</H1>
<P>
The CID Menu provides a few commands for manipulating CID keyed fonts. If
the current font is a CID keyed font the menu also includes a list of all
subfonts that make up this one. This menu is only available in the font view.
<P>
<UL>
  <LI>
    <A HREF="#Convert">Convert to CID</A>
  <LI>
    <A HREF="#Flatten">Flatten</A>
  <LI>
    <A HREF="#Insert">Insert Font</A>
  <LI>
    <A HREF="#Blank">Insert Blank</A>
  <LI>
    <A HREF="#Remove">Remove Font</A>
  <LI>
    <A HREF="#FontInfo">CID Font Info</A> 
      <HR>
  <LI>
    &lt;sub font names&gt;
</UL>
<H2>
  Er... What is a <A NAME="CID">CID</A> keyed Font?
</H2>
<P>
A CID keyed font is a postscript (or opentype) font designed to hold Chinese,
Japanese and Korean characters efficiently. More accurately a CID font is
a collection of several sub-fonts each with certain common features (one
might hold all the latin letters, another all the kana, a third all the kanji).
This allows font-wide hinting to be crafted for subsets of characters to
which have something in common.
<P>
CID keyed fonts do not have an encoding built into the font, and the characters
do not have names. Instead the font is associated with a character set and
on each character set there are several character mappings defined. These
mappings are similar to encodings but allow for a wider range of behaviors.
<P>
A CID is a character index and is used to look up glyph descriptions instead
of character names in other types of fonts. Using a character set PfaEdit
will often be able to map a CID to a unicode character name (but not always),
so PfaEdit will give characters names when it can.
<P>
For more information see the <A HREF="fontview.html#CID">section on CID keyed
fonts on the font view page</A>.
<P>
<DL>
  <DT>
    <A NAME="Convert">Convert to CID</A>
  <DD>
    If the current font is not a CID font then this command will convert it into
    one containing one subfont (with the characters in this font). You will be
    prompted for a character set.
  <DT>
    <A NAME="Flatten">Flatten</A>
  <DD>
    If the current font is a CID font then this command will convert it into
    a normal font by taking all the characters from all the sub-fonts and merging
    them into one normal font.
  <DT>
    <A NAME="Insert">Insert Font</A>
  <DD>
    Will allow you to browse for a normal font which will be added as another
    sub font to the current CID font.
  <DT>
    <A NAME="Blank">Insert Blank</A>
  <DD>
    Inserts a blank sub-font into the current CID font.
  <DT>
    <A NAME="Remove">Remove</A> Font
  <DD>
    Removes the current font from the CID font. Anything in it will be lost.
    (If you want to save it first then use Generate Font and save it as a pfb
    file (or any other simple format).
  <DT>
    CID <A NAME="FontInfo">Font</A> Info
  <DD>
    This allows you to provide information on the entire collection of subfonts
    rather than just the current subfont. It provides access to the standard
    <A HREF="fontinfo.html">font info dialog</A>. 
      <HR>
  <DT>
    &lt;sub font name&gt;
  <DD>
    Clicking on a different sub font name in the menu will cause that sub-font
    to be displayed instead of the current one.
</DL>
<P>
<H2>
  Other menus
</H2>
<UL>
  <LI>
    <A HREF="filemenu.html">File</A>
  <LI>
    <A HREF="editmenu.html">Edit</A>
  <LI>
    <A HREF="pointmenu.html">Point</A>
  <LI>
    <A HREF="elementmenu.html">Element</A>
  <LI>
    <A HREF="hintsmenu.html">Hints</A>
  <LI>
    <A HREF="viewmenu.html">View</A>
  <LI>
    <A HREF="metricsmenu.html">Metrics</A>
  <LI>
    <A HREF="cidmenu.html">CID</A>
  <LI>
    <A HREF="windowmenu.html">Window</A>
  <LI>
    <A HREF="helpmenu.html">Help</A>
  <LI>
    <A HREF="HotKeys.html">Hot Keys</A>
</UL>
<P ALIGN=Center>
-- <A HREF="metricsmenu.html">Prev</A> -- <A HREF="overview.html">TOC</A>
-- <A HREF="windowmenu.html">Next</A> --
<P>
</BODY></HTML>