diff options
| author | Matt Wilson <msw@redhat.com> | 2002-01-29 23:05:13 +0000 |
|---|---|---|
| committer | Matt Wilson <msw@redhat.com> | 2002-01-29 23:05:13 +0000 |
| commit | d01a140c03718928e7d4ac33a2ba471d9d6fdb71 (patch) | |
| tree | f535f27ae9b4bc580cee46758b5b97cb9df02084 /htmlbuffer.py | |
| parent | 6c3a88b317773f3f29a92e10b154d85c033e8a7a (diff) | |
i18n almost works again. Small tweaks left to do
Diffstat (limited to 'htmlbuffer.py')
| -rw-r--r-- | htmlbuffer.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/htmlbuffer.py b/htmlbuffer.py index b06f168d6..bf42aabe5 100644 --- a/htmlbuffer.py +++ b/htmlbuffer.py @@ -61,6 +61,10 @@ class HTMLBuffer(HTMLParser.HTMLParser): tag.set_property('font', '%s %d' % (baseFont, baseSize + 4)) tag.set_property('weight', pango.WEIGHT_BOLD) + tag = self.buffer.create_tag('h3') + tag.set_property('font', '%s %d' % (baseFont, baseSize + 4)) + tag.set_property('weight', pango.WEIGHT_BOLD) + tag = self.buffer.create_tag('b') tag.set_property('weight', pango.WEIGHT_BOLD) |
