|
@@ -63,6 +63,8 @@
|
|
|
The [page:LoadingManager loadingManager] the loader is using. Default is [page:DefaultLoadingManager].
|
|
|
</div>
|
|
|
|
|
|
+ <h3>[property:String path]</h3>
|
|
|
+ <div>The base path from which fonts will be loaded. See [page:.setPath]. Default is *undefined*.</div>
|
|
|
|
|
|
<h2>Methods</h2>
|
|
|
|
|
@@ -83,6 +85,12 @@
|
|
|
Parse a <em>JSON</em> structure and return a [page:Font].
|
|
|
</div>
|
|
|
|
|
|
+ <h3>[method:FontLoader setPath]( [page:String path] )</h3>
|
|
|
+ <div>
|
|
|
+ Set the base path or URL from which to load fonts. This can be useful if
|
|
|
+ you are loading many fonts from the same directory.
|
|
|
+ </div>
|
|
|
+
|
|
|
<h2>Source</h2>
|
|
|
|
|
|
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
|