ID2D1DeviceContext4::CreateSvgGlyphStyle method (d2d1_3.h)

Creates an SVG glyph style object.

Syntax

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

Parameters

[out] svgGlyphStyle

Type: ID2D1SvgGlyphStyle**

On completion points to the created ID2D1SvgGlyphStyle object.

Return value

Type: HRESULT

This method returns an HRESULT success or error code.

Requirements

Requirement Value
Target Platform Windows
Header d2d1_3.h
DLL D2d1.dll

See also

ID2D1DeviceContext4