示例#1
0
 def italic(self):
     return _bItalic
     return idaapi.reg_read_bool('Italic', False, self._key)
示例#2
0
 def italic(self):
     return idaapi.reg_read_bool('Italic', False, self._key)
示例#3
0
 def bold(self):
     return _bBold
     return idaapi.reg_read_bool('Bold', False, self._key)
示例#4
0
 def bold(self):
     return idaapi.reg_read_bool('Bold', False, self._key)