ID3DX10Font

Undocumented in source.

Members

Aliases

DrawText
alias DrawText = DrawTextW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DrawText
alias DrawText = DrawTextA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTextMetrics
alias GetTextMetrics = GetTextMetricsW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTextMetrics
alias GetTextMetrics = GetTextMetricsA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Functions

DrawTextA
INT DrawTextA(ID3DX10Sprite pSprite, LPCSTR pString, INT Count, LPRECT pRect, UINT Format, D3DXCOLOR Color)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DrawTextW
INT DrawTextW(ID3DX10Sprite pSprite, LPCWSTR pString, INT Count, LPRECT pRect, UINT Format, D3DXCOLOR Color)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetDC
HDC GetDC()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetDescA
HRESULT GetDescA(D3DX10_FONT_DESCA* pDesc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetDescW
HRESULT GetDescW(D3DX10_FONT_DESCW* pDesc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetDevice
HRESULT GetDevice(ID3D10Device* ppDevice)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetGlyphData
HRESULT GetGlyphData(UINT Glyph, ID3D10ShaderResourceView* ppTexture, RECT* pBlackBox, POINT* pCellInc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTextMetricsA
BOOL GetTextMetricsA(TEXTMETRICA* pTextMetrics)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTextMetricsW
BOOL GetTextMetricsW(TEXTMETRICW* pTextMetrics)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PreloadCharacters
HRESULT PreloadCharacters(UINT First, UINT Last)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PreloadGlyphs
HRESULT PreloadGlyphs(UINT First, UINT Last)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PreloadTextA
HRESULT PreloadTextA(LPCSTR pString, INT Count)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PreloadTextW
HRESULT PreloadTextW(LPCWSTR pString, INT Count)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta