Returns the current encoding.
(self)
| 419 | return n |
| 420 | |
| 421 | def GetEncoding(self): |
| 422 | """Returns the current encoding.""" |
| 423 | return self._encoding |
| 424 | |
| 425 | def GetFontCode(self, bold=False, italic=False): |
| 426 | """Returns a font code string for 0 or more embellishments. |
no outgoing calls
no test coverage detected