ID2D1DeviceContext4::CreateSvgGlyphStyle method

Creates an SVG glyph style object.

Syntax


HRESULT CreateSvgGlyphStyle(
  [out] ID2D1SvgGlyphStyle **svgGlyphStyle
);

Parameters

svgGlyphStyle [out]

Type: ID2D1SvgGlyphStyle**

On completion points to the created ID2D1SvgGlyphStyle object.

Return value

Type: HRESULT

This method returns an HRESULT success or error code.

Requirements

Header

D2d1_3.h

DLL

D2d1.dll

See also

ID2D1DeviceContext4

 

 

Show: