We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3acff commit 31d7c8bCopy full SHA for 31d7c8b
docs/FONTS.md
@@ -17,9 +17,9 @@ Renderforest.getTemplateAvailableFonts(1021)
17
18
[See example](/samples/fonts/get-template-available-fonts.js)
19
20
-`getTemplateVailabeFonts` function returns object containing all fonts.
21
-The object which returned has method `getFontById` which accepts `fontId` as parameter.
22
-`getFontId` method return flatten font.
+`getTemplateAvailabeFonts ` function returns an object containing all fonts.
+The returned object has `getFontById ` method which accepts `fontId` parameter.
+`getFontId` method returns flattened font.
23
24
**Be careful**: `setFonts()` project data instance setter accepts only flatten font.
25
0 commit comments