Преглед изворни кода

Merge pull request #11651 from cnspaha/patch-1

Update Font.html: fixed divisions default value
Mr.doob пре 8 година
родитељ
комит
62e37616ba
1 измењених фајлова са 1 додато и 1 уклоњено
  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>