Pārlūkot izejas kodu

Docs: Fix link to troika-three-text (#21725)

Jason Johnston 4 gadi atpakaļ
vecāks
revīzija
514e25b8b5
1 mainītis faili ar 6 papildinājumiem un 1 dzēšanām
  1. 6 1
      docs/manual/en/introduction/Creating-text.html

+ 6 - 1
docs/manual/en/introduction/Creating-text.html

@@ -117,7 +117,12 @@
 
 
 		<h2>6. Troika Text</h2>
 		<h2>6. Troika Text</h2>
 		<div>
 		<div>
-			<p>The <a href="https://www.npmjs.com/package/troika-three-text">troika-three-text</a> package renders quality antialiased text using a similar technique as BMFonts, but works directly with any .TTF or .WOFF font file so you don't have to pregenerate a glyph texture offline. It also adds capabilities including:</p>
+			<p>
+				The [link:https://www.npmjs.com/package/troika-three-text troika-three-text] package renders 
+				quality antialiased text using a similar technique as BMFonts, but works directly with any .TTF 
+				or .WOFF font file so you don't have to pregenerate a glyph texture offline. It also adds 
+				capabilities including:
+			</p>
 			<ul>
 			<ul>
 				<li>Effects like strokes, drop shadows, and curvature</li>
 				<li>Effects like strokes, drop shadows, and curvature</li>
 				<li>The ability to apply any three.js Material, even a custom ShaderMaterial</li>
 				<li>The ability to apply any three.js Material, even a custom ShaderMaterial</li>