Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is D3DXCreateText function? #228

Open
Say-Y opened this issue Sep 9, 2020 · 3 comments
Open

Where is D3DXCreateText function? #228

Say-Y opened this issue Sep 9, 2020 · 3 comments

Comments

@Say-Y
Copy link

Say-Y commented Sep 9, 2020

I want to manage Text as a 3D model. (Not sprite font)
Where is D3DXCreateText ?

@shawnhar
Copy link
Member

shawnhar commented Sep 9, 2020

@walbourn
Copy link
Member

walbourn commented Sep 9, 2020

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.

@walbourn
Copy link
Member

HRESULT WINAPI
    D3DXCreateTextW(
        LPDIRECT3DDEVICE9   pDevice,
        HDC                 hDC,
        LPCWSTR             pText,
        FLOAT               Deviation,
        FLOAT               Extrusion,
        LPD3DXMESH*         ppMesh,
        LPD3DXBUFFER*       ppAdjacency,
        LPGLYPHMETRICSFLOAT pGlyphMetrics);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants