Vextrude

Yazı tipi dosyasını tıklayın veya buraya bırakın

TTF ve OTF desteklenir (maks. 50 MB)

Dönüştürme ayarları

Yalnızca belirli karakterleri dönüştürerek çıkış dosyası boyutunu sınırlar.

Sarım sırasını tersine çevir

3D metniniz ters görünüyorsa kullanın.

3D Preview

WebGL

Önizleme için bir yazı tipi yükleyin

typeface.json nedir?

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

Ücretsiz Yazı Tipi Typeface.json Dönüştürücü

TTF ve OTF yazı tiplerini anında Three.js uyumlu JSON formatına dönüştürün. Yükleme yok, %100 gizli.

100% Private

Yazı tipi dosyalarınız JavaScript kullanılarak tamamen tarayıcınızda işlenir. Hiçbir sunucuya yüklenmez.

Anında dönüştürme

OpenType.js ile desteklenen dönüştürme milisaniyeler içinde gerçekleşir. Hızlı prototipleme için mükemmel.

Three.js uyumlu

Three.js `FontLoader` ve `TextGeometry` ile uyumlu optimize edilmiş `typeface.json` dosyaları oluşturur.

Three.js için Yazı Tipleri Nasıl Dönüştürülür

  1. Yazı tipi seçin: Drag and drop your `.ttf` or `.otf` file into the upload zone.
  2. Önizleme: The tool will instantly render a 3D preview of your font using WebGL.
  3. Ayarlar: (Optional) Use "Restrict Characters" to reduce file size by including only necessary glyphs.
  4. İndir: Click "Convert & Download" to get your `.json` file.

Neden Typeface.json kullanılır?

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.