- ConvertFontFaceToLOGFONT
HRESULT ConvertFontFaceToLOGFONT(IDWriteFontFace Font, LOGFONTW* LogFont)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ConvertFontToLOGFONT
HRESULT ConvertFontToLOGFONT(IDWriteFont Font, LOGFONTW* LogFont, bool* IsSystemFont)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateBitmapRenderTarget
HRESULT CreateBitmapRenderTarget(HDC HDC, uint Width, uint Height, IDWriteBitmapRenderTarget* RenderTarget)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateFontFaceFromHdc
HRESULT CreateFontFaceFromHdc(HDC HDC, IDWriteFontFace* FontFace)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateFontFromLOGFONT
HRESULT CreateFontFromLOGFONT(LOGFONTW* LogFont, IDWriteFont* Font)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.