Open Say-Y opened 4 years ago
DirectXTK does not provide any such functionality, but you could implement it using these Win2D APIs:
I'll keep this issue open as a feature request. Looking at the D3DX source it's a few thousand lines of code, so it's a bit complicated.
HRESULT WINAPI
D3DXCreateTextW(
LPDIRECT3DDEVICE9 pDevice,
HDC hDC,
LPCWSTR pText,
FLOAT Deviation,
FLOAT Extrusion,
LPD3DXMESH* ppMesh,
LPD3DXBUFFER* ppAdjacency,
LPGLYPHMETRICSFLOAT pGlyphMetrics);
I want to manage Text as a 3D model. (Not sprite font) Where is D3DXCreateText ?