summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-03-15 02:04:59 (GMT)
committerFred Drake <fdrake@acm.org>1998-03-15 02:04:59 (GMT)
commitc9808b3af2dddad7382a671772e1342b4171e76f (patch)
tree5b6d7bcbbdbaa5166f6d0e32e0b459a769aa5ac5
parent5f874d618f2c14051db5a3508dab683695e4c972 (diff)
downloadcpython-c9808b3af2dddad7382a671772e1342b4171e76f.zip
cpython-c9808b3af2dddad7382a671772e1342b4171e76f.tar.gz
cpython-c9808b3af2dddad7382a671772e1342b4171e76f.tar.bz2
Logical markup.
Emphasized title "4Sight User's Guide".
-rw-r--r--Doc/lib/libfm.tex22
-rw-r--r--Doc/libfm.tex22
2 files changed, 22 insertions, 22 deletions
diff --git a/Doc/lib/libfm.tex b/Doc/lib/libfm.tex
index 9d22123..f137740 100644
--- a/Doc/lib/libfm.tex
+++ b/Doc/lib/libfm.tex
@@ -4,8 +4,8 @@
This module provides access to the IRIS \emph{Font Manager} library.
It is available only on Silicon Graphics machines.
-See also: 4Sight User's Guide, Section 1, Chapter 5: Using the IRIS
-Font Manager.
+See also: \emph{4Sight User's Guide}, Section 1, Chapter 5: ``Using
+the IRIS Font Manager.''
This is not yet a full interface to the IRIS Font Manager.
Among the unsupported features are: matrix operations; cache
@@ -14,12 +14,11 @@ details of font info; individual glyph metrics; and printer matching.
It supports the following operations:
-\setindexsubitem{(in module fm)}
\begin{funcdesc}{init}{}
Initialization function.
-Calls \code{fminit()}.
+Calls \cfunction{fminit()}.
It is normally not necessary to call this function, since it is called
-automatically the first time the \code{fm} module is imported.
+automatically the first time the \module{fm} module is imported.
\end{funcdesc}
\begin{funcdesc}{findfont}{fontname}
@@ -29,18 +28,18 @@ Calls \code{fmfindfont(\var{fontname})}.
\begin{funcdesc}{enumerate}{}
Returns a list of available font names.
-This is an interface to \code{fmenumerate()}.
+This is an interface to \cfunction{fmenumerate()}.
\end{funcdesc}
\begin{funcdesc}{prstr}{string}
-Render a string using the current font (see the \code{setfont()} font
+Render a string using the current font (see the \function{setfont()} font
handle method below).
Calls \code{fmprstr(\var{string})}.
\end{funcdesc}
\begin{funcdesc}{setpath}{string}
Sets the font search path.
-Calls \code{fmsetpath(string)}.
+Calls \code{fmsetpath(\var{string})}.
(XXX Does not work!?!)
\end{funcdesc}
@@ -78,11 +77,12 @@ Calls \code{fmgetcomment(\var{fh})}.
Returns a tuple giving some pertinent data about this font.
This is an interface to \code{fmgetfontinfo()}.
The returned tuple contains the following numbers:
-\code{(\var{printermatched}, \var{fixed_width}, \var{xorig}, \var{yorig},
-\var{xsize}, \var{ysize}, \var{height}, \var{nglyphs})}.
+\code{(}\var{printermatched}, \var{fixed_width}, \var{xorig},
+\var{yorig}, \var{xsize}, \var{ysize}, \var{height},
+\var{nglyphs}\code{)}.
\end{funcdesc}
\begin{funcdesc}{getstrwidth}{string}
-Returns the width, in pixels, of the string when drawn in this font.
+Returns the width, in pixels, of \var{string} when drawn in this font.
Calls \code{fmgetstrwidth(\var{fh}, \var{string})}.
\end{funcdesc}
diff --git a/Doc/libfm.tex b/Doc/libfm.tex
index 9d22123..f137740 100644
--- a/Doc/libfm.tex
+++ b/Doc/libfm.tex
@@ -4,8 +4,8 @@
This module provides access to the IRIS \emph{Font Manager} library.
It is available only on Silicon Graphics machines.
-See also: 4Sight User's Guide, Section 1, Chapter 5: Using the IRIS
-Font Manager.
+See also: \emph{4Sight User's Guide}, Section 1, Chapter 5: ``Using
+the IRIS Font Manager.''
This is not yet a full interface to the IRIS Font Manager.
Among the unsupported features are: matrix operations; cache
@@ -14,12 +14,11 @@ details of font info; individual glyph metrics; and printer matching.
It supports the following operations:
-\setindexsubitem{(in module fm)}
\begin{funcdesc}{init}{}
Initialization function.
-Calls \code{fminit()}.
+Calls \cfunction{fminit()}.
It is normally not necessary to call this function, since it is called
-automatically the first time the \code{fm} module is imported.
+automatically the first time the \module{fm} module is imported.
\end{funcdesc}
\begin{funcdesc}{findfont}{fontname}
@@ -29,18 +28,18 @@ Calls \code{fmfindfont(\var{fontname})}.
\begin{funcdesc}{enumerate}{}
Returns a list of available font names.
-This is an interface to \code{fmenumerate()}.
+This is an interface to \cfunction{fmenumerate()}.
\end{funcdesc}
\begin{funcdesc}{prstr}{string}
-Render a string using the current font (see the \code{setfont()} font
+Render a string using the current font (see the \function{setfont()} font
handle method below).
Calls \code{fmprstr(\var{string})}.
\end{funcdesc}
\begin{funcdesc}{setpath}{string}
Sets the font search path.
-Calls \code{fmsetpath(string)}.
+Calls \code{fmsetpath(\var{string})}.
(XXX Does not work!?!)
\end{funcdesc}
@@ -78,11 +77,12 @@ Calls \code{fmgetcomment(\var{fh})}.
Returns a tuple giving some pertinent data about this font.
This is an interface to \code{fmgetfontinfo()}.
The returned tuple contains the following numbers:
-\code{(\var{printermatched}, \var{fixed_width}, \var{xorig}, \var{yorig},
-\var{xsize}, \var{ysize}, \var{height}, \var{nglyphs})}.
+\code{(}\var{printermatched}, \var{fixed_width}, \var{xorig},
+\var{yorig}, \var{xsize}, \var{ysize}, \var{height},
+\var{nglyphs}\code{)}.
\end{funcdesc}
\begin{funcdesc}{getstrwidth}{string}
-Returns the width, in pixels, of the string when drawn in this font.
+Returns the width, in pixels, of \var{string} when drawn in this font.
Calls \code{fmgetstrwidth(\var{fh}, \var{string})}.
\end{funcdesc}