Home
last modified time | relevance | path

Searched refs:push_font (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dhtmllib.py179 self.formatter.push_font(('h1', 0, 1, 0))
187 self.formatter.push_font(('h2', 0, 1, 0))
195 self.formatter.push_font(('h3', 0, 1, 0))
203 self.formatter.push_font(('h4', 0, 1, 0))
211 self.formatter.push_font(('h5', 0, 1, 0))
219 self.formatter.push_font(('h6', 0, 1, 0))
232 self.formatter.push_font((AS_IS, AS_IS, AS_IS, 1))
256 self.formatter.push_font((AS_IS, 1, AS_IS, AS_IS))
369 self.formatter.push_font((AS_IS, 1, AS_IS, AS_IS))
374 self.formatter.push_font((AS_IS, AS_IS, 1, AS_IS))
[all …]
Dformatter.py51 def push_font(self, x): pass member in NullFormatter
231 def push_font(self, font): member in AbstractFormatter
/external/python/cpython2/Doc/library/
Dformatter.rst47 Value which can be used in the font specification passed to the ``push_font()``
139 .. method:: formatter.push_font((size, italic, bold, teletype))