diff options
author | gbrandl <devnull@localhost> | 2007-02-16 19:53:03 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-02-16 19:53:03 +0100 |
commit | f7259aea9cfc0b13798ab93c3ddcd2667f968bfe (patch) | |
tree | 41934a0ba97730de3479a766cf22bc6eefe63d8c /pygments/formatters/rtf.py | |
parent | 1bf6bea8148a9b07ed33f7b8a57e132e0b404ca9 (diff) | |
download | pygments-f7259aea9cfc0b13798ab93c3ddcd2667f968bfe.tar.gz |
[svn] Move docs for not-so-common options to individual classes.
Diffstat (limited to 'pygments/formatters/rtf.py')
-rw-r--r-- | pygments/formatters/rtf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pygments/formatters/rtf.py b/pygments/formatters/rtf.py index 74538d0a..d0a17ac5 100644 --- a/pygments/formatters/rtf.py +++ b/pygments/formatters/rtf.py @@ -25,6 +25,10 @@ class RtfFormatter(Formatter): Additional options accepted: + `style` + The style to use, can be a string or a Style subclass (default: + ``'default'``). + `fontface` The used font famliy, for example ``Bitstream Vera Sans``. Defaults to some generic font which is supposed to have fixed width. |