Browse Source

Merge pull request #10494 from NAThompson/patch-1

Update Creating-text.html
Mr.doob 8 years ago
parent
commit
0256842430
1 changed files with 3 additions and 2 deletions
  1. 3 2
      docs/manual/introduction/Creating-text.html

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

@@ -62,8 +62,9 @@
 		<div>
 		<div>
 			<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 <a href="http://typeface.neocracy.org/fonts.html">http://typeface.neocracy.org/fonts.html</a>
-				in the typeface.js format needs to be loaded.
+				text geometries. However, font data files in THREE.js JSON format needs to be loaded
+				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>