Answers for "return font style as a string"

0

return font style as a string

def get_fontstyle(self):
        """
        Return the font style as string

        See Also
        --------
        .font_manager.FontProperties.get_style
        """
        return self._fontproperties.get_style()
Posted by: Guest on August-05-2021

Code answers related to "return font style as a string"

Browse Popular Code Answers by Language