is_bold 属性

is_bold 属性

获取或设置一个值,该值指示字体是否为粗体。

定义:

@property
def is_bold(self):
    ...
@is_bold.setter
def is_bold(self, value):
    ...

也可以看看