Explorar o código

Merge pull request #11651 from cnspaha/patch-1

Update Font.html: fixed divisions default value
Mr.doob %!s(int64=8) %!d(string=hai) anos
pai
achega
62e37616ba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/api/extras/core/Font.html

+ 1 - 1
docs/api/extras/core/Font.html

@@ -50,7 +50,7 @@
 		<div>
 			[page:String text] -- string of text.<br />
 			[page:Float size] -- (optional) scale for the [page:Shape Shapes]. Default is *100*.<br />
-			[page:Integer divisions] -- (optional) fineness of the [page:Shape Shapes]. Default is *5*.<br />
+			[page:Integer divisions] -- (optional) fineness of the [page:Shape Shapes]. Default is *4*.<br />
 
 			Creates an array of [page:Shape Shapes] representing the text in the font.
 		</div>