Restore lost <replaceable> tags.
This commit is contained in:
parent
15adcfb0d7
commit
5f88c7f971
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44704
1 changed files with 2 additions and 2 deletions
|
@ -738,7 +738,7 @@ EOF</userinput>
|
|||
<para>Create the <filename>.afm</filename> file by
|
||||
typing:</para>
|
||||
|
||||
<screen><prompt>%</prompt> <userinput>gs -dNODISPLAY -q -- ttf2pf.ps TTF_name PS_font_name AFM_name</userinput>
|
||||
<screen><prompt>%</prompt> <userinput>gs -dNODISPLAY -q -- ttf2pf.ps <replaceable>TTF_name</replaceable> <replaceable>PS_font_name</replaceable> <replaceable>AFM_name</replaceable></userinput>
|
||||
</screen>
|
||||
|
||||
<para>Where, <replaceable>TTF_name</replaceable> is your
|
||||
|
@ -792,7 +792,7 @@ Converting 3of9.ttf to A.pfa and B.afm.
|
|||
directory.)</para>
|
||||
|
||||
<screen><prompt>%</prompt> <userinput>afmtodit -d DESC -e text.enc file.afm \
|
||||
generate/textmap PS_font_name</userinput>
|
||||
generate/textmap <replaceable>PS_font_name</replaceable></userinput>
|
||||
</screen>
|
||||
|
||||
<para>Where, <filename>file.afm</filename> is the
|
||||
|
|
Loading…
Reference in a new issue