searching source code/ tool which transform font into polygons

Just starting out? Need help? Post your questions and find answers here.
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

searching source code/ tool which transform font into polygons

Post by IceSoft »

Searching source code/ tool which transform font into polygons like this example:
I mean the polygon data (not the image)

Image
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
Caronte3D
Addict
Addict
Posts: 1027
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: searching source code/ tool which transform font into polygons

Post by Caronte3D »

Souce code, no idea, but you can transform fonts to polys with Blender
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: searching source code/ tool which transform font into polygons

Post by IceSoft »

Caronte3D wrote: Mon Mar 20, 2023 9:27 pm Souce code, no idea, but you can transform fonts to polys with Blender
I want only the vertices
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
Caronte3D
Addict
Addict
Posts: 1027
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: searching source code/ tool which transform font into polygons

Post by Caronte3D »

With Blender you can get what you want: Vertex, Edges, Polys... If you know Python you can get only the vertex reading the mesh and writing to a disk file.
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: searching source code/ tool which transform font into polygons

Post by IceSoft »

Caronte3D wrote: Mon Mar 20, 2023 9:35 pm With Blender you can get what you want: Vertex, Edges, Polys... If you know Python you can get only the vertex reading the mesh and writing to a disk file.
Thanks
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Post Reply