Skip to content

Commit

Permalink
Update Creating-text.html
Browse files Browse the repository at this point in the history
Link to more relevant page for examples of JSON fonts.
  • Loading branch information
NAThompson authored Jan 11, 2017
1 parent 1d26e55 commit bfec185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual/introduction/Creating-text.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ <h2>4. Procedural Text Geometry</h2>
<p>
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
(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>A Text Geometry can then be created with </p>
<code>new THREE.TextGeometry( text, parameters );</code>
Expand Down

0 comments on commit bfec185

Please sign in to comment.