Vextrude

Haz clic o arrastra el archivo de fuente aquí

Compatible con TTF y OTF (máx. 50 MB)

Configuración de conversión

Limita el tamaño del archivo de salida convirtiendo solo caracteres específicos.

Invertir orden de devanado

Úsalo si tu texto 3D aparece al revés.

3D Preview

WebGL

Sube una fuente para ver la vista previa

¿Qué es 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

Convertidor Gratuito de Fuentes a Typeface.json

Convierte fuentes TTF y OTF a formato JSON compatible con Three.js al instante. Sin subidas, 100% privado.

100% Private

Los archivos de fuente se procesan completamente en tu navegador con JavaScript. Nunca se suben a ningún servidor.

Conversión instantánea

Impulsado por OpenType.js, la conversión ocurre en milisegundos. Perfecto para prototipado rápido.

Compatible con Three.js

Genera archivos `typeface.json` optimizados compatibles con `FontLoader` y `TextGeometry` de Three.js.

Cómo convertir fuentes para Three.js

  1. Seleccionar fuente: Drag and drop your `.ttf` or `.otf` file into the upload zone.
  2. Vista previa: The tool will instantly render a 3D preview of your font using WebGL.
  3. Configuración: (Optional) Use "Restrict Characters" to reduce file size by including only necessary glyphs.
  4. Descargar: Click "Convert & Download" to get your `.json` file.

¿Por qué usar 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.