diff options
author | Guido van Rossum <guido@python.org> | 1994-08-08 12:30:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-08 12:30:22 (GMT) |
commit | 16d6e7109deb1bcfd8a860cb60c16c02a0ef183b (patch) | |
tree | 81624359068cca2b8476d0894c8cd28788d0762e /Doc/libfm.tex | |
parent | 4b4c664d2e93279c8d749da027000453f9e2cd46 (diff) | |
download | cpython-16d6e7109deb1bcfd8a860cb60c16c02a0ef183b.zip cpython-16d6e7109deb1bcfd8a860cb60c16c02a0ef183b.tar.gz cpython-16d6e7109deb1bcfd8a860cb60c16c02a0ef183b.tar.bz2 |
Lots of small corrections by Andrew Kuchling (plus all new rotor docs)
Diffstat (limited to 'Doc/libfm.tex')
-rw-r--r-- | Doc/libfm.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/libfm.tex b/Doc/libfm.tex index acbc05d..45d820c 100644 --- a/Doc/libfm.tex +++ b/Doc/libfm.tex @@ -77,7 +77,8 @@ 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})}. +{\tt(\var{printermatched}, \var{fixed_width}, \var{xorig}, \var{yorig}, +\var{xsize}, \var{ysize}, \var{height}, \var{nglyphs})}. \end{funcdesc} \begin{funcdesc}{getstrwidth}{string} |