DarkBASIC Professional Help Wiki
Advertisement

D3D_MAKE_3DTEXT

This command will created a 3D object from the specified text. Depth is the Z-Depth to be used. Quality can be 0 - Low, 1 - Medium
or 2 - High. Alignment is used to align the text in the mesh and can be 0 - Left aligned, 1 - Centered, or 2 - Right aligned.

SYNTAX

D3D_MAKE_3DTEXT Object ID, Font ID, String$, Depth#, Quality, Alignment

Advertisement