浏览代码

Update Font.html

changed divisions default value from 5 to 4, as it is in the code.
Pascal Häusler 8 年之前
父节点
当前提交
96fec980a9
共有 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>