Every line of 'tkfont python 3' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
34 def cairo_font(tk_font): 35 family, size, weight = tk_font 36 return pango.FontDescription('{} {} {}'.format(family, weight, size))