source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/extras/FontUtils.html@ 28897

Last change on this file since 28897 was 28897, checked in by davidb, 10 years ago

GUI front-end to server base plus web page content

File size: 1.6 KB
RevLine 
[28897]1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <script src="../../list.js"></script>
6 <script src="../../page.js"></script>
7 <link type="text/css" rel="stylesheet" href="../../page.css" />
8 </head>
9 <body>
10 <h1>[name]</h1>
11
12 <div class="desc">todo</div>
13
14
15 <h2>Properties</h2>
16
17
18
19 <h3>.[page:number divisions]</h3>
20 <div>
21 todo
22 </div>
23
24 <h3>.[page:string style]</h3>
25 <div>
26 todo
27 </div>
28
29 <h3>.[page:string weight]</h3>
30 <div>
31 todo
32 </div>
33
34 <h3>.[page:string face]</h3>
35 <div>
36 todo
37 </div>
38
39 <h3>.[page:object faces]</h3>
40 <div>
41 todo
42 </div>
43
44 <h3>.[page:number size]</h3>
45 <div>
46 todo
47 </div>
48
49 <h2>Methods</h2>
50
51
52
53 <h3>.drawText([page:todo text]) [page:todo]</h3>
54 <div>
55 text -- todo
56 </div>
57 <div>
58 todo
59 </div>
60
61 <h3>.Triangulate([page:todo contour], [page:todo indices]) [page:todo]</h3>
62 <div>
63 contour -- todo <br />
64 indices -- todo
65 </div>
66 <div>
67 todo
68 </div>
69
70 <h3>.extractGlyphPoints([page:todo c], [page:todo face], [page:todo scale], [page:todo offset], [page:todo path]) [page:todo]</h3>
71 <div>
72 c -- todo <br />
73 face -- todo <br />
74 scale -- todo <br />
75 offset -- todo <br />
76 path -- todo
77 </div>
78 <div>
79 todo
80 </div>
81
82 <h3>.generateShapes([page:todo text], [page:todo parameters]) [page:todo]</h3>
83 <div>
84 text -- todo <br />
85 parameters -- todo
86 </div>
87 <div>
88 todo
89 </div>
90
91 <h3>.loadFace([page:todo data]) [page:todo]</h3>
92 <div>
93 data -- todo
94 </div>
95 <div>
96 todo
97 </div>
98
99 <h3>.getFace() [page:todo]</h3>
100 <div>
101 todo
102 </div>
103
104 <h2>Source</h2>
105
106 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
107 </body>
108</html>
Note: See TracBrowser for help on using the repository browser.