MCPcopy Create free account
hub / github.com/PageBot/PageBot / getFontByName

Function getFontByName

Lib/pagebot/__init__.py:76–80  ·  view source on GitHub ↗

>>> getFontByName('PageBot')

(name)

Source from the content-addressed store, hash-verified

74 return contexts
75
76def getFontByName(name):
77 """
78 >>> getFontByName('PageBot')
79 """
80 return findFont(name)
81
82'''
83In order to let PageBot scripts and applications exchange information without

Callers

nothing calls this directly

Calls 1

findFontFunction · 0.90

Tested by

no test coverage detected