You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Gets the custom_fonts of this AvailableFontsResponse. # noqa: E501
123
123
124
-
Gets or sets custom user fonts (from user file storage). To use them, you should specify "fontsLocation" parameter in any request. # noqa: E501
124
+
Gets or sets the list of custom user fonts from user cloud storage. To use them, you should specify "fontsLocation" parameter in any request. # noqa: E501
125
125
126
126
:return: The custom_fonts of this AvailableFontsResponse. # noqa: E501
127
127
:rtype: list[FontInfo]
@@ -132,7 +132,7 @@ def custom_fonts(self):
132
132
defcustom_fonts(self, custom_fonts):
133
133
"""Sets the custom_fonts of this AvailableFontsResponse.
134
134
135
-
Gets or sets custom user fonts (from user file storage). To use them, you should specify "fontsLocation" parameter in any request. # noqa: E501
135
+
Gets or sets the list of custom user fonts from user cloud storage. To use them, you should specify "fontsLocation" parameter in any request. # noqa: E501
136
136
137
137
:param custom_fonts: The custom_fonts of this AvailableFontsResponse. # noqa: E501
0 commit comments