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 dd2daa0 commit bb2a1e8Copy full SHA for bb2a1e8
playground/graphics/graphics-text.md
@@ -14,7 +14,7 @@ graphicEntityModule.createText("Hello World")
14
.setFontSize(50)
15
.setFillColor(0x000000); // Setting the text color to black
16
```
17
-
+
18
19
The only font family values that will work are:
20
"Lato" and those that are available by default on all browsers.
0 commit comments