📜  将字体样式作为字符串返回 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:22.379000             🧑  作者: Mango

代码示例1
def get_fontstyle(self):
        """
        Return the font style as string

        See Also
        --------
        .font_manager.FontProperties.get_style
        """
        return self._fontproperties.get_style()