瀏覽代碼

Update Creating-text.html

Link to more relevant page for examples of JSON fonts.
Nick 8 年之前
父節點
當前提交
bfec185f7b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/manual/introduction/Creating-text.html

+ 2 - 2
docs/manual/introduction/Creating-text.html

@@ -63,8 +63,8 @@
 			<p>
 			<p>
 				Use this method if you prefer to work purely in three.js or create procedural and dynamic 3d
 				Use this method if you prefer to work purely in three.js or create procedural and dynamic 3d
 				text geometries. However, font data files in THREE.js JSON format needs to be loaded
 				text geometries. However, font data files in THREE.js JSON format needs to be loaded
-				(an example is provided in the 
-				<a href="https://raw.githubusercontent.com/mrdoob/three.js/master/examples/fonts/helvetiker_regular.typeface.json">THREE.js repo</a>).
+				before this will work.
+				See the [page:TextGeometry] page for examples of JSON fonts.
 			</p>
 			</p>
 			<p>A Text Geometry can then be created with </p>
 			<p>A Text Geometry can then be created with </p>
 			<code>new THREE.TextGeometry( text, parameters );</code>
 			<code>new THREE.TextGeometry( text, parameters );</code>