diff --git a/docs/manual/introduction/Creating-text.html b/docs/manual/introduction/Creating-text.html index e7eb0d94df1b603a679e2f8325e83609354dab2a..88bfd6e45516a28385af762085113b6c92173b2b 100644 --- a/docs/manual/introduction/Creating-text.html +++ b/docs/manual/introduction/Creating-text.html @@ -63,8 +63,8 @@

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 - THREE.js repo). + before this will work. + See the [page:TextGeometry] page for examples of JSON fonts.

A Text Geometry can then be created with

new THREE.TextGeometry( text, parameters );