Vextrude

यहाँ क्लिक करें या फ़ॉन्ट फ़ाइल छोड़ें

TTF और OTF समर्थित (अधिकतम 50MB)

रूपांतरण सेटिंग्स

केवल विशिष्ट वर्णों को परिवर्तित करके आउटपुट फ़ाइल का आकार सीमित करता है।

वाइंडिंग ऑर्डर उलटें

यदि आपका 3D टेक्स्ट उल्टा दिखे तो इसका उपयोग करें।

3D Preview

WebGL

पूर्वावलोकन देखने के लिए फ़ॉन्ट अपलोड करें

typeface.json क्या है?

It's a JSON-based font format used by Three.js `FontLoader`. Converting your TTF files allows them to be loaded asynchronously in web applications without needing complex parsing libraries at runtime.

Read the full tutorial

मुफ़्त Font से Typeface.json कनवर्टर

TTF और OTF फ़ॉन्ट को तुरंत Three.js-संगत JSON प्रारूप में बदलें। कोई अपलोड नहीं, 100% निजी।

100% Private

आपकी फ़ॉन्ट फ़ाइलें पूरी तरह से आपके ब्राउज़र में JavaScript से संसाधित होती हैं। उन्हें कभी किसी सर्वर पर अपलोड नहीं किया जाता।

तत्काल रूपांतरण

OpenType.js द्वारा संचालित, रूपांतरण मिलीसेकंड में होता है। त्वरित प्रोटोटाइपिंग के लिए उत्तम।

Three.js के लिए तैयार

Three.js के `FontLoader` और `TextGeometry` के साथ संगत अनुकूलित `typeface.json` फ़ाइलें बनाता है।

Three.js के लिए फ़ॉन्ट कैसे बदलें

  1. फ़ॉन्ट चुनें: Drag and drop your `.ttf` or `.otf` file into the upload zone.
  2. पूर्वावलोकन: The tool will instantly render a 3D preview of your font using WebGL.
  3. सेटिंग्स: (Optional) Use "Restrict Characters" to reduce file size by including only necessary glyphs.
  4. डाउनलोड: Click "Convert & Download" to get your `.json` file.

Typeface.json का उपयोग क्यों करें?

Standard web fonts (WOFF/TTF) cannot be directly extruded into 3D geometry in Three.js. They must first be converted into a geometric description format called `typeface.json`.

This converter handles that process for you, creating a file that contains all the path data needed to generate 3D text meshes in your WebGL applications.