Vextrude

Schriftartdatei hier klicken oder ablegen

Unterstützt TTF und OTF (max. 50 MB)

Konvertierungseinstellungen

Begrenzt die Ausgabedateigröße durch Konvertierung nur bestimmter Zeichen.

Wicklungsrichtung umkehren

Verwenden, wenn Ihr 3D-Text falsch herum aussieht.

3D Preview

WebGL

Schriftart hochladen für Vorschau

Was ist 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

Kostenloser Schriftart zu Typeface.json Konverter

Konvertieren Sie TTF- und OTF-Schriftarten sofort in das Three.js-kompatible JSON-Format. Keine Uploads, 100% privat.

100% Private

Ihre Schriftartdateien werden vollständig in Ihrem Browser mit JavaScript verarbeitet. Sie werden nie auf einen Server hochgeladen.

Sofortige Konvertierung

Betrieben von OpenType.js erfolgt die Konvertierung in Millisekunden. Perfekt für schnelles Prototyping.

Three.js-kompatibel

Erstellt optimierte `typeface.json`-Dateien, kompatibel mit `FontLoader` und `TextGeometry` von Three.js.

Schriftarten für Three.js konvertieren

  1. Schriftart auswählen: Drag and drop your `.ttf` or `.otf` file into the upload zone.
  2. Vorschau: The tool will instantly render a 3D preview of your font using WebGL.
  3. Einstellungen: (Optional) Use "Restrict Characters" to reduce file size by including only necessary glyphs.
  4. Herunterladen: Click "Convert & Download" to get your `.json` file.

Warum Typeface.json verwenden?

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.