Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

list the available fonts matplotlib

# List the first 30 available fonts in the system
import matplotlib.font_manager
print(matplotlib.font_manager.findSystemFonts(fontpaths=None, fontext='ttf')[:30])
Source by matplotlib.org #
 
PREVIOUS NEXT
Tagged: #list #fonts #matplotlib
ADD COMMENT
Topic
Name
1+9 =