<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8" />
		<script src="../../../list.js"></script>
		<script src="../../../page.js"></script>
		<link type="text/css" rel="stylesheet" href="../../../page.css" />
	</head>
	<body>
		[page:ExtrudeGeometry] &rarr;
		
		<h1>[name]</h1>

		<div class="desc">This object creates an 3D object of text as a single object.</div>


		<h2>Constructor</h2>


		<h3>[name]([page:String text], [page:Object parameters])</h3>
		<div>
		text — The text that needs to be shown. <br />
		parameters — Object that can contain the following parameters.
		<ul>
			<li>size — Float. Size of the text.</li>
			<li>height — Float. Thickness to extrude text.  Default is 50.</li>
			<li>curveSegments — Integer. Number of points on the curves.</li>
			<li>font — String. Font name.</li>
			<li>weight — String. Font weight (normal, bold).</li>
			<li>style —  String. Font style (normal, italics).</li>
			<li>bevelEnabled — Boolean. Turn on bevel. Default is False.</li>
			<li>bevelThickness — Float. How deep into text bevel goes. Default is 10.</li>
			<li>bevelSize — Float. How far from text outline is bevel. Default is 8.</li>
		</ul>
		</div>
		

		<h2>Source</h2>

		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
	</body>
</html>