MCPcopy Create free account
hub / github.com/geekcomputers/Python / custom_font

Method custom_font

ThirdAI/Terms and Conditions/TkinterUI.py:98–108  ·  view source on GitHub ↗

Create a custom font with the specified size. Args: size (int): The font size. Returns: Font: The custom Font object.

(size)

Source from the content-addressed store, hash-verified

96
97 @staticmethod
98 def custom_font(size):
99 """
100 Create a custom font with the specified size.
101
102 Args:
103 size (int): The font size.
104
105 Returns:
106 Font: The custom Font object.
107 """
108 return Font(size=size)
109
110 def file_input(self):
111 """

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected