Skip to content

Commit

Permalink
Merge remote-tracking branch 'bhouston/THREE.TypeFaces' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Apr 14, 2013
2 parents 42e1ae2 + 3dcf635 commit 33b7a1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/extras/FontUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,4 +456,5 @@ THREE.FontUtils.generateShapes = function( text, parameters ) {
})(THREE.FontUtils);

// To use the typeface.js face files, hook up the API
self._typeface_js = { faces: THREE.FontUtils.faces, loadFace: THREE.FontUtils.loadFace };
self._typeface_js = { faces: THREE.FontUtils.faces, loadFace: THREE.FontUtils.loadFace };
THREE.typeface_js = self._typeface_js;

0 comments on commit 33b7a1f

Please sign in to comment.